#04090C

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

Shades of Black Pearl #04090C

Tints of Black Pearl #04090C

Color information

#04090C (or 0x04090C) is unknown color: approx Black Pearl. HEX triplet: 04, 09 and 0C. RGB value is (4,9,12). Sum of RGB (Red+Green+Blue) = 4+9+12=25 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16% from 25); Green value is 9 (3.91% from 255 or 36% from 25); Blue value is 12 (5.08% from 255 or 48% from 25); Max value from RGB is 12 - color contains mainly: blue. Hex color #04090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04090C is #FBF6F3. Grayscale: #070707. Windows color (decimal): -16512756 or 788740. OLE color: 788740.

HSL color Cylindrical-coordinate representation of color #04090C: hue angle of 202.5º 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 #04090C is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB4912-
CMYK0.670.2500.95
HSL202.5º50%3.14%-
HSV(B)202.5º66.67%4.71%-
XYZ0.210.250.38-
YUV7.85130.34125.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 16%
GREEN value IS 9 (3.91% from 255) = 36%
BLUE value IS 12 (5.08% from 255) = 48%
R=16%
G=36%
B=48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal49120.670.2500.95202.5503.14
Hex49C431905Fca323
Octal41114103310137312623
Binary10010011100100001111001010111111100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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