#062428

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

Shades of Black Pearl #062428

Tints of Black Pearl #062428

Color information

#062428 (or 0x062428) is unknown color: approx Black Pearl. HEX triplet: 06, 24 and 28. RGB value is (6,36,40). Sum of RGB (Red+Green+Blue) = 6+36+40=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: blue. Hex color #062428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062428 is #F9DBD7. Grayscale: #1B1B1B. Windows color (decimal): -16374744 or 2630662. OLE color: 2630662.

HSL color Cylindrical-coordinate representation of color #062428: hue angle of 187.06º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #062428 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB63640-
CMYK0.850.1000.84
HSL187.06º73.91%9.02%-
HSV(B)187.06º85%15.69%-
XYZ1.091.452.23-
YUV27.49135.06112.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.32%
GREEN value IS 36 (14.45% from 255) = 43.90%
BLUE value IS 40 (16.02% from 255) = 48.78%
R=7.32%
G=43.90%
B=48.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal636400.850.1000.84187.0673.919.02
Hex6242855A054bb4a9
Octal6445012512012427311211
Binary11010010010100010101011010010101001011101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062428; }

 p { color: rgb(6,36,40); }

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

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

 a { background-color: rgb(6,36,40); }

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

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

 span { border-color: rgb(6,36,40); }

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