Html Css Color HEX #04080B Black Pearl

📋 copy color: '#04080B'

red 4 ◦ green 8 ◦ blue 11

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

Shades of Black Pearl #04080B

Tints of Black Pearl #04080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 34.78%

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

R = 17.39%
G = 34.78%
B = 47.83%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#04080B (or 0x04080B) is known color: Black Pearl. HEX triplet: 04, 08 and 0B. RGB value is (4,8,11). Sum of RGB (Red+Green+Blue) = 4+8+11=23 (3% of max value = 765). Red value is 4 (1.95% from 255 or 17.39% from 23); Green value is 8 (3.52% from 255 or 34.78% from 23); Blue value is 11 (4.69% from 255 or 47.83% from 23); Max value from RGB is 11 - color contains mainly: blue. Hex color #04080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04080B is #FBF7F4. Grayscale: #070707. Windows color (decimal): -16513013 or 722948. OLE color: 722948.

HSL color Cylindrical-coordinate representation of color #04080B: hue angle of 205.71º 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 #04080B is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 4 8 11 -
CMYK 0.64 0.27 0 0.96
HSL 205.71º 0.47% 0.03% -
HSV(B) 205.71º 0.64% 0.04% -
XYZ 0.2 0.22 0.35 -
YUV 7.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 4 8 11 0.64 0.27 0 0.96 205.71 0.47 0.03
Hex 4 8 B 40 1B 0 60 CE 2F 3
Octal 4 10 13 100 33 0 140 316 57 3
Binary 100 1000 1011 1000000 11011 0 1100000 11001110 101111 11

Color Harmonies of #04080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04080B

Black with #04080B

Text Example


Text Example

White with #04080B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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