Html Css Color HEX #04070C Black Pearl

📋 copy color: '#04070C'

red 4 ◦ green 7 ◦ blue 12

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

Shades of Black Pearl #04070C

Tints of Black Pearl #04070C

RGB

 RED value IS 4 (1.95% from 255) = 17.39%

 GREEN value IS 7 (3.13% from 255) = 30.43%

 BLUE value IS 12 (5.08% from 255) = 52.17%

R = 17.39%
G = 30.43%
B = 52.17%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#04070C (or 0x04070C) is known color: Black Pearl. HEX triplet: 04, 07 and 0C. RGB value is (4,7,12). Sum of RGB (Red+Green+Blue) = 4+7+12=23 (3% of max value = 765). Red value is 4 (1.95% from 255 or 17.39% from 23); Green value is 7 (3.12% from 255 or 30.43% from 23); Blue value is 12 (5.08% from 255 or 52.17% from 23); Max value from RGB is 12 - color contains mainly: blue. Hex color #04070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04070C is #FBF8F3. Grayscale: #060606. Windows color (decimal): -16513268 or 788228. OLE color: 788228.

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

Color convert

RGB 4 7 12 -
CMYK 0.67 0.42 0 0.95
HSL 217.5º 0.5% 0.03% -
HSV(B) 217.5º 0.67% 0.05% -
XYZ 0.19 0.2 0.38 -
YUV 6.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 4 7 12 0.67 0.42 0 0.95 217.5 0.5 0.03
Hex 4 7 C 43 2A 0 5F DA 32 3
Octal 4 7 14 103 52 0 137 332 62 3
Binary 100 111 1100 1000011 101010 0 1011111 11011010 110010 11

Color Harmonies of #04070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04070C

Black with #04070C

Text Example


Text Example

White with #04070C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04070C;
 }
 .AnyTagClassName
 {
   color: #04070C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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