#0D2735

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

Shades of Black Pearl #0D2735

Tints of Black Pearl #0D2735

Color information

#0D2735 (or 0x0D2735) is unknown color: approx Black Pearl. HEX triplet: 0D, 27 and 35. RGB value is (13,39,53). Sum of RGB (Red+Green+Blue) = 13+39+53=105 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.38% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #0D2735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2735 is #F2D8CA. Grayscale: #202020. Windows color (decimal): -15915211 or 3483405. OLE color: 3483405.

HSL color Cylindrical-coordinate representation of color #0D2735: hue angle of 201º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D2735 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB133953-
CMYK0.750.2600.79
HSL201º60.61%12.94%-
HSV(B)201º75.47%20.78%-
XYZ1.531.793.63-
YUV32.82139.39113.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.38%
GREEN value IS 39 (15.62% from 255) = 37.14%
BLUE value IS 53 (21.09% from 255) = 50.48%
R=12.38%
G=37.14%
B=50.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1339530.750.2600.7920160.6112.94
HexD27354B1A04Fc93dd
Octal1547651133201173117515
Binary110110011111010110010111101001001111110010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,39,53); }

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

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

 a { background-color: rgb(13,39,53); }

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

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

 span { border-color: rgb(13,39,53); }

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