#04080C

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

Shades of Black Pearl #04080C

Tints of Black Pearl #04080C

Color information

#04080C (or 0x04080C) is unknown color: approx Black Pearl. HEX triplet: 04, 08 and 0C. RGB value is (4,8,12). Sum of RGB (Red+Green+Blue) = 4+8+12=24 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16.67% from 24); Green value is 8 (3.52% from 255 or 33.33% from 24); Blue value is 12 (5.08% from 255 or 50% from 24); Max value from RGB is 12 - color contains mainly: blue. Hex color #04080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04080C is #FBF7F3. Grayscale: #070707. Windows color (decimal): -16513012 or 788484. OLE color: 788484.

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

Color convert

RGB4812-
CMYK0.670.3300.95
HSL210º50%3.14%-
HSV(B)210º66.67%4.71%-
XYZ0.20.230.38-
YUV7.26130.67125.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 16.67%
GREEN value IS 8 (3.52% from 255) = 33.33%
BLUE value IS 12 (5.08% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal48120.670.3300.95210503.14
Hex48C432105Fd2323
Octal41014103410137322623
Binary100100011001000011100001010111111101001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04080C; }

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

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

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

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

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

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

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

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