Html Css Color HEX #04080D Black Pearl

📋 copy color: '#04080D'

red 4 ◦ green 8 ◦ blue 13

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

Shades of Black Pearl #04080D

Tints of Black Pearl #04080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 52%

R = 16%
G = 32%
B = 52%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#04080D (or 0x04080D) is known color: Black Pearl. HEX triplet: 04, 08 and 0D. RGB value is (4,8,13). Sum of RGB (Red+Green+Blue) = 4+8+13=25 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16% from 25); Green value is 8 (3.52% from 255 or 32% from 25); Blue value is 13 (5.47% from 255 or 52% from 25); Max value from RGB is 13 - color contains mainly: blue. Hex color #04080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04080D is #FBF7F2. Grayscale: #070707. Windows color (decimal): -16513011 or 854020. OLE color: 854020.

HSL color Cylindrical-coordinate representation of color #04080D: hue angle of 213.33º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #04080D is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 4 8 13 -
CMYK 0.69 0.38 0 0.95
HSL 213.33º 0.53% 0.03% -
HSV(B) 213.33º 0.69% 0.05% -
XYZ 0.21 0.23 0.41 -
YUV 7.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 4 8 13 0.69 0.38 0 0.95 213.33 0.53 0.03
Hex 4 8 D 45 26 0 5F D5 35 3
Octal 4 10 15 105 46 0 137 325 65 3
Binary 100 1000 1101 1000101 100110 0 1011111 11010101 110101 11

Color Harmonies of #04080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04080D

Black with #04080D

Text Example


Text Example

White with #04080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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