#040F21

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

Shades of Black Pearl #040F21

Tints of Black Pearl #040F21

Color information

#040F21 (or 0x040F21) is unknown color: approx Black Pearl. HEX triplet: 04, 0F and 21. RGB value is (4,15,33). Sum of RGB (Red+Green+Blue) = 4+15+33=52 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.69% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 33 (13.28% from 255 or 63.46% from 52); Max value from RGB is 33 - color contains mainly: blue. Hex color #040F21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040F21 is #FBF0DE. Grayscale: #0D0D0D. Windows color (decimal): -16511199 or 2166532. OLE color: 2166532.

HSL color Cylindrical-coordinate representation of color #040F21: hue angle of 217.24º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #040F21 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB41533-
CMYK0.880.5500.87
HSL217.24º78.38%7.25%-
HSV(B)217.24º87.88%12.94%-
XYZ0.50.481.5-
YUV13.76138.86121.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.69%
GREEN value IS 15 (6.25% from 255) = 28.85%
BLUE value IS 33 (13.28% from 255) = 63.46%
R=7.69%
G=28.85%
B=63.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal415330.880.5500.87217.2478.387.25
Hex4F215837057d94e7
Octal417411306701273311167
Binary1001111100001101100011011101010111110110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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