#04080D

Color #04080D Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #04080D

Tints of Black Pearl #04080D

Color information

#04080D (or 0x04080D) is unknown color: approx 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

RGB4813-
CMYK0.690.3800.95
HSL213.33º52.94%3.33%-
HSV(B)213.33º69.23%5.1%-
XYZ0.210.230.41-
YUV7.37131.17125.59-

RGB Variations

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

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 (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal48130.690.3800.95213.3352.943.33
Hex48D452605Fd5353
Octal41015105460137325653
Binary100100011011000101100110010111111101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>