#0D1C20

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

Shades of Black Pearl #0D1C20

Tints of Black Pearl #0D1C20

Color information

#0D1C20 (or 0x0D1C20) is unknown color: approx Black Pearl. HEX triplet: 0D, 1C and 20. RGB value is (13,28,32). Sum of RGB (Red+Green+Blue) = 13+28+32=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 32 - color contains mainly: blue. Hex color #0D1C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1C20 is #F2E3DF. Grayscale: #171717. Windows color (decimal): -15918048 or 2104333. OLE color: 2104333.

HSL color Cylindrical-coordinate representation of color #0D1C20: hue angle of 192.63º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0D1C20 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB132832-
CMYK0.590.1200.87
HSL192.63º42.22%8.82%-
HSV(B)192.63º59.38%12.55%-
XYZ0.841.021.52-
YUV23.97132.53120.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.81%
GREEN value IS 28 (11.33% from 255) = 38.36%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=17.81%
G=38.36%
B=43.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1328320.590.1200.87192.6342.228.82
HexD1C203BC057c12a9
Octal153440731401273015211
Binary110111100100000111011110001010111110000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D1C20; }

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

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

<style>
 a { background-color: #0D1C20; }

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

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

<style>
 span { border-color: #0D1C20; }

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

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