#000D20

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

Shades of Black Pearl #000D20

Tints of Black Pearl #000D20

Color information

#000D20 (or 0x000D20) is unknown color: approx Black Pearl. HEX triplet: 00, 0D and 20. RGB value is (0,13,32). Sum of RGB (Red+Green+Blue) = 0+13+32=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 32 (12.89% from 255 or 71.11% from 45); Max value from RGB is 32 - color contains mainly: blue. Hex color #000D20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D20 is #FFF2DF. Grayscale: #0B0B0B. Windows color (decimal): -16773856 or 2100480. OLE color: 2100480.

HSL color Cylindrical-coordinate representation of color #000D20: hue angle of 215.62º 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 #000D20 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB01332-
CMYK10.5900.87
HSL215.62º100%6.27%-
HSV(B)215.62º100%12.55%-
XYZ0.40.391.42-
YUV11.28139.69119.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 28.89%
BLUE value IS 32 (12.89% from 255) = 71.11%
R=0%
G=28.89%
B=71.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0133210.5900.87215.621006.27
Hex0D20643B057d8646
Octal015401447301273301446
Binary01101100000110010011101101010111110110001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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