#0D2534

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

Shades of Black Pearl #0D2534

Tints of Black Pearl #0D2534

Color information

#0D2534 (or 0x0D2534) is unknown color: approx Black Pearl. HEX triplet: 0D, 25 and 34. RGB value is (13,37,52). Sum of RGB (Red+Green+Blue) = 13+37+52=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #0D2534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2534 is #F2DACB. Grayscale: #1F1F1F. Windows color (decimal): -15915724 or 3417357. OLE color: 3417357.

HSL color Cylindrical-coordinate representation of color #0D2534: hue angle of 203.08º degrees, saturation: 0.6, 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 #0D2534 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB133752-
CMYK0.750.2900.80
HSL203.08º60%12.75%-
HSV(B)203.08º75%20.39%-
XYZ1.451.663.49-
YUV31.53139.55114.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.75%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 52 (20.70% from 255) = 50.98%
R=12.75%
G=36.27%
B=50.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1337520.750.2900.80203.086012.75
HexD25344B1D050cb3cd
Octal1545641133501203137415
Binary110110010111010010010111110101010000110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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