Html Css Color HEX #04080C Black Pearl

📋 copy color: '#04080C'

red 4 ◦ green 8 ◦ blue 12

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

Shades of Black Pearl #04080C

Tints of Black Pearl #04080C

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

 M value IS 0.33

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

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

RGB 4 8 12 -
CMYK 0.67 0.33 0 0.95
HSL 210º 0.5% 0.03% -
HSV(B) 210º 0.67% 0.05% -
XYZ 0.2 0.23 0.38 -
YUV 7.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 4 8 12 0.67 0.33 0 0.95 210 0.5 0.03
Hex 4 8 C 43 21 0 5F D2 32 3
Octal 4 10 14 103 41 0 137 322 62 3
Binary 100 1000 1100 1000011 100001 0 1011111 11010010 110010 11

Color Harmonies of #04080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04080C

Black with #04080C

Text Example


Text Example

White with #04080C

Text Example


Text Example

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