#000F20

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

Shades of Black Pearl #000F20

Tints of Black Pearl #000F20

Color information

#000F20 (or 0x000F20) is unknown color: approx Black Pearl. HEX triplet: 00, 0F and 20. RGB value is (0,15,32). Sum of RGB (Red+Green+Blue) = 0+15+32=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 32 (12.89% from 255 or 68.09% from 47); Max value from RGB is 32 - color contains mainly: blue. Hex color #000F20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F20 is #FFF0DF. Grayscale: #0C0C0C. Windows color (decimal): -16773344 or 2100992. OLE color: 2100992.

HSL color Cylindrical-coordinate representation of color #000F20: hue angle of 211.88º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F20 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB01532-
CMYK10.5300.87
HSL211.88º100%6.27%-
HSV(B)211.88º100%12.55%-
XYZ0.430.451.43-
YUV12.45139.03119.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 31.91%
BLUE value IS 32 (12.89% from 255) = 68.09%
R=0%
G=31.91%
B=68.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0153210.5300.87211.881006.27
Hex0F206435057d4646
Octal017401446501273241446
Binary01111100000110010011010101010111110101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000F20; }

 p { color: rgb(0,15,32); }

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

<style>
 a { background-color: #000F20; }

 a { background-color: rgb(0,15,32); }

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

<style>
 span { border-color: #000F20; }

 span { border-color: rgb(0,15,32); }

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