#0D2533

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

Shades of Black Pearl #0D2533

Tints of Black Pearl #0D2533

Color information

#0D2533 (or 0x0D2533) is unknown color: approx Black Pearl. HEX triplet: 0D, 25 and 33. RGB value is (13,37,51). Sum of RGB (Red+Green+Blue) = 13+37+51=101 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.87% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #0D2533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2533 is #F2DACC. Grayscale: #1F1F1F. Windows color (decimal): -15915725 or 3351821. OLE color: 3351821.

HSL color Cylindrical-coordinate representation of color #0D2533: hue angle of 202.11º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D2533 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB133751-
CMYK0.750.2700.8
HSL202.11º59.38%12.55%-
HSV(B)202.11º74.51%20%-
XYZ1.431.653.37-
YUV31.42139.05114.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.87%
GREEN value IS 37 (14.84% from 255) = 36.63%
BLUE value IS 51 (20.31% from 255) = 50.50%
R=12.87%
G=36.63%
B=50.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1337510.750.2700.8202.1159.3812.55
HexD25334B1B050ca3bd
Octal1545631133301203127315
Binary110110010111001110010111101101010000110010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,37,51); }

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

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

 a { background-color: rgb(13,37,51); }

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

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

 span { border-color: rgb(13,37,51); }

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