Html Css Color HEX #04070B Black Pearl

📋 copy color: '#04070B'

red 4 ◦ green 7 ◦ blue 11

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

Shades of Black Pearl #04070B

Tints of Black Pearl #04070B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 50%

R = 18.18%
G = 31.82%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#04070B (or 0x04070B) is known color: Black Pearl. HEX triplet: 04, 07 and 0B. RGB value is (4,7,11). Sum of RGB (Red+Green+Blue) = 4+7+11=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 7 (3.12% from 255 or 31.82% from 22); Blue value is 11 (4.69% from 255 or 50% from 22); Max value from RGB is 11 - color contains mainly: blue. Hex color #04070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04070B is #FBF8F4. Grayscale: #060606. Windows color (decimal): -16513269 or 722692. OLE color: 722692.

HSL color Cylindrical-coordinate representation of color #04070B: hue angle of 214.29º degrees, saturation: 0.47, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #04070B is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 4 7 11 -
CMYK 0.64 0.36 0 0.96
HSL 214.29º 0.47% 0.03% -
HSV(B) 214.29º 0.64% 0.04% -
XYZ 0.19 0.2 0.35 -
YUV 6.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 4 7 11 0.64 0.36 0 0.96 214.29 0.47 0.03
Hex 4 7 B 40 24 0 60 D6 2F 3
Octal 4 7 13 100 44 0 140 326 57 3
Binary 100 111 1011 1000000 100100 0 1100000 11010110 101111 11

Color Harmonies of #04070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04070B

Black with #04070B

Text Example


Text Example

White with #04070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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