#04090A

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

Shades of Black Pearl #04090A

Tints of Black Pearl #04090A

Color information

#04090A (or 0x04090A) is unknown color: approx Black Pearl. HEX triplet: 04, 09 and 0A. RGB value is (4,9,10). Sum of RGB (Red+Green+Blue) = 4+9+10=23 (3% of max value = 765). Red value is 4 (1.95% from 255 or 17.39% from 23); Green value is 9 (3.91% from 255 or 39.13% from 23); Blue value is 10 (4.30% from 255 or 43.48% from 23); Max value from RGB is 10 - color contains mainly: blue. Hex color #04090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04090A is #FBF6F5. Grayscale: #070707. Windows color (decimal): -16512758 or 657668. OLE color: 657668.

HSL color Cylindrical-coordinate representation of color #04090A: hue angle of 190º 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 #04090A is Cyan = 0.6, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB4910-
CMYK0.60.1000.96
HSL190º42.86%2.75%-
HSV(B)190º60%3.92%-
XYZ0.20.240.32-
YUV7.62129.34125.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 17.39%
GREEN value IS 9 (3.91% from 255) = 39.13%
BLUE value IS 10 (4.30% from 255) = 43.48%
R=17.39%
G=39.13%
B=43.48%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal49100.60.1000.9619042.862.75
Hex49A3CA060be2b3
Octal4111274120140276533
Binary100100110101111001010011000001011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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