Html Css Color HEX #04090C Black Pearl

📋 copy color: '#04090C'

red 4 ◦ green 9 ◦ blue 12

#04090C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #04090C

Tints of Black Pearl #04090C

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 value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#04090C (or 0x04090C) is known color: 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

RGB 4 9 12 -
CMYK 0.67 0.25 0 0.95
HSL 202.5º 0.5% 0.03% -
HSV(B) 202.5º 0.67% 0.05% -
XYZ 0.21 0.25 0.38 -
YUV 7.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 4 9 12 0.67 0.25 0 0.95 202.5 0.5 0.03
Hex 4 9 C 43 19 0 5F CA 32 3
Octal 4 11 14 103 31 0 137 312 62 3
Binary 100 1001 1100 1000011 11001 0 1011111 11001010 110010 11

Color Harmonies of #04090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04090C

Black with #04090C

Text Example


Text Example

White with #04090C

Text Example


Text Example

HTML Codes & Css Web 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>