#0D2031

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

Shades of Black Pearl #0D2031

Tints of Black Pearl #0D2031

Color information

#0D2031 (or 0x0D2031) is unknown color: approx Black Pearl. HEX triplet: 0D, 20 and 31. RGB value is (13,32,49). Sum of RGB (Red+Green+Blue) = 13+32+49=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #0D2031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2031 is #F2DFCE. Grayscale: #1C1C1C. Windows color (decimal): -15917007 or 3219469. OLE color: 3219469.

HSL color Cylindrical-coordinate representation of color #0D2031: hue angle of 208.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D2031 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB133249-
CMYK0.730.3500.81
HSL208.33º58.06%12.16%-
HSV(B)208.33º73.47%19.22%-
XYZ1.241.343.1-
YUV28.26139.71117.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.83%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 49 (19.53% from 255) = 52.13%
R=13.83%
G=34.04%
B=52.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1332490.730.3500.81208.3358.0612.16
HexD20314923051d03ac
Octal1540611114301213207214
Binary1101100000110001100100110001101010001110100001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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