#040608

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

Shades of Black Pearl #040608

Tints of Black Pearl #040608

Color information

#040608 (or 0x040608) is unknown color: approx Black Pearl. HEX triplet: 04, 06 and 08. RGB value is (4,6,8). Sum of RGB (Red+Green+Blue) = 4+6+8=18 (2% of max value = 765). Red value is 4 (1.95% from 255 or 22.22% from 18); Green value is 6 (2.73% from 255 or 33.33% from 18); Blue value is 8 (3.52% from 255 or 44.44% from 18); Max value from RGB is 8 - color contains mainly: blue. Hex color #040608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040608 is #FBF9F7. Grayscale: #050505. Windows color (decimal): -16513528 or 525828. OLE color: 525828.

HSL color Cylindrical-coordinate representation of color #040608: hue angle of 210º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #040608 is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB468-
CMYK0.50.2500.97
HSL210º33.33%2.35%-
HSV(B)210º50%3.14%-
XYZ0.160.170.25-
YUV5.63129.34126.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 22.22%
GREEN value IS 6 (2.73% from 255) = 33.33%
BLUE value IS 8 (3.52% from 255) = 44.44%
R=22.22%
G=33.33%
B=44.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal4680.50.2500.9721033.332.35
Hex4683219061d2212
Octal461062310141322412
Binary100110100011001011001011000011101001010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040608; }

 p { color: rgb(4,6,8); }

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

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

 a { background-color: rgb(4,6,8); }

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

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

 span { border-color: rgb(4,6,8); }

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