#062732

Color #062732 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #062732

Tints of Black Pearl #062732

Color information

#062732 (or 0x062732) is unknown color: approx Black Pearl. HEX triplet: 06, 27 and 32. RGB value is (6,39,50). Sum of RGB (Red+Green+Blue) = 6+39+50=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #062732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062732 is #F9D8CD. Grayscale: #1E1E1E. Windows color (decimal): -16373966 or 3286790. OLE color: 3286790.

HSL color Cylindrical-coordinate representation of color #062732: hue angle of 195º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062732 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB63950-
CMYK0.880.2200.80
HSL195º78.57%10.98%-
HSV(B)195º88%19.61%-
XYZ1.381.723.28-
YUV30.39139.07110.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 39 (15.62% from 255) = 41.05%
BLUE value IS 50 (19.92% from 255) = 52.63%
R=6.32%
G=41.05%
B=52.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal639500.880.2200.8019578.5710.98
Hex627325816050c34fb
Octal6476213026012030311713
Binary110100111110010101100010110010100001100001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062732; }

 p { color: rgb(6,39,50); }

 H1.HeaderClassName
 {
   color: #062732;
 }
 .AnyTagClassName
 {
   color: #062732;
 }
</style>
background-color css

<style>
 a { background-color: #062732; }

 a { background-color: rgb(6,39,50); }

 div.DivClassName
 {
   background-color: #062732;
 }
 .BgClassName
 {
   background-color: #062732;
 }
</style>
border-color css

<style>
 span { border-color: #062732; }

 span { border-color: rgb(6,39,50); }

 td.TdClassName
 {
   border-color: #062732;
 }
 .TagClassName
 {
   border-color: #062732;
 }
</style>