#04080A

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

Shades of Black Pearl #04080A

Tints of Black Pearl #04080A

Color information

#04080A (or 0x04080A) is unknown color: approx Black Pearl. HEX triplet: 04, 08 and 0A. RGB value is (4,8,10). Sum of RGB (Red+Green+Blue) = 4+8+10=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 8 (3.52% from 255 or 36.36% from 22); Blue value is 10 (4.30% from 255 or 45.45% from 22); Max value from RGB is 10 - color contains mainly: blue. Hex color #04080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04080A is #FBF7F5. Grayscale: #070707. Windows color (decimal): -16513014 or 657412. OLE color: 657412.

HSL color Cylindrical-coordinate representation of color #04080A: hue angle of 200º degrees, saturation: 0.43, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #04080A is Cyan = 0.6, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB4810-
CMYK0.60.200.96
HSL200º42.86%2.75%-
HSV(B)200º60%3.92%-
XYZ0.190.220.32-
YUV7.03129.67125.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 18.18%
GREEN value IS 8 (3.52% from 255) = 36.36%
BLUE value IS 10 (4.30% from 255) = 45.45%
R=18.18%
G=36.36%
B=45.45%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal48100.60.200.9620042.862.75
Hex48A3C14060c82b3
Octal4101274240140310533
Binary1001000101011110010100011000001100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04080A;
 }
 .AnyTagClassName
 {
   color: #04080A;
 }
</style>
background-color css

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

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

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

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

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

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