#0D1521

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

Shades of Black Pearl #0D1521

Tints of Black Pearl #0D1521

Color information

#0D1521 (or 0x0D1521) is unknown color: approx Black Pearl. HEX triplet: 0D, 15 and 21. RGB value is (13,21,33). Sum of RGB (Red+Green+Blue) = 13+21+33=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: blue. Hex color #0D1521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1521 is #F2EADE. Grayscale: #131313. Windows color (decimal): -15919839 or 2168077. OLE color: 2168077.

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

Color convert

RGB132133-
CMYK0.610.3600.87
HSL216º43.48%9.02%-
HSV(B)216º60.61%12.94%-
XYZ0.710.731.54-
YUV19.98135.35123.02-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.40%
GREEN value IS 21 (8.59% from 255) = 31.34%
BLUE value IS 33 (13.28% from 255) = 49.25%
R=19.40%
G=31.34%
B=49.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1321330.610.3600.8721643.489.02
HexD15213D24057d82b9
Octal152541754401273305311
Binary11011010110000111110110010001010111110110001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,21,33); }

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

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

 a { background-color: rgb(13,21,33); }

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

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

 span { border-color: rgb(13,21,33); }

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