#040A0F

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

Shades of Black Pearl #040A0F

Tints of Black Pearl #040A0F

Color information

#040A0F (or 0x040A0F) is unknown color: approx Black Pearl. HEX triplet: 04, 0A and 0F. RGB value is (4,10,15). Sum of RGB (Red+Green+Blue) = 4+10+15=29 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.79% from 29); Green value is 10 (4.30% from 255 or 34.48% from 29); Blue value is 15 (6.25% from 255 or 51.72% from 29); Max value from RGB is 15 - color contains mainly: blue. Hex color #040A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A0F is #FBF5F0. Grayscale: #080808. Windows color (decimal): -16512497 or 985604. OLE color: 985604.

HSL color Cylindrical-coordinate representation of color #040A0F: hue angle of 207.27º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #040A0F is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB41015-
CMYK0.730.3300.94
HSL207.27º57.89%3.73%-
HSV(B)207.27º73.33%5.88%-
XYZ0.240.280.49-
YUV8.78131.51124.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 13.79%
GREEN value IS 10 (4.30% from 255) = 34.48%
BLUE value IS 15 (6.25% from 255) = 51.72%
R=13.79%
G=34.48%
B=51.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal410150.730.3300.94207.2757.893.73
Hex4AF492105Ecf3a4
Octal41217111410136317724
Binary1001010111110010011000010101111011001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040A0F; }

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

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

<style>
 a { background-color: #040A0F; }

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

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

<style>
 span { border-color: #040A0F; }

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

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