#0D2231

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

Shades of Black Pearl #0D2231

Tints of Black Pearl #0D2231

Color information

#0D2231 (or 0x0D2231) is unknown color: approx Black Pearl. HEX triplet: 0D, 22 and 31. RGB value is (13,34,49). Sum of RGB (Red+Green+Blue) = 13+34+49=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #0D2231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2231 is #F2DDCE. Grayscale: #1D1D1D. Windows color (decimal): -15916495 or 3219981. OLE color: 3219981.

HSL color Cylindrical-coordinate representation of color #0D2231: hue angle of 205º 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 #0D2231 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB133449-
CMYK0.730.3100.81
HSL205º58.06%12.16%-
HSV(B)205º73.47%19.22%-
XYZ1.291.453.12-
YUV29.43139.04116.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.54%
GREEN value IS 34 (13.67% from 255) = 35.42%
BLUE value IS 49 (19.53% from 255) = 51.04%
R=13.54%
G=35.42%
B=51.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1334490.730.3100.8120558.0612.16
HexD2231491F051cd3ac
Octal1542611113701213157214
Binary110110001011000110010011111101010001110011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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