#0D2427

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

Shades of Black Pearl #0D2427

Tints of Black Pearl #0D2427

Color information

#0D2427 (or 0x0D2427) is unknown color: approx Black Pearl. HEX triplet: 0D, 24 and 27. RGB value is (13,36,39). Sum of RGB (Red+Green+Blue) = 13+36+39=88 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.77% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 39 - color contains mainly: blue. Hex color #0D2427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2427 is #F2DBD8. Grayscale: #1D1D1D. Windows color (decimal): -15915993 or 2565133. OLE color: 2565133.

HSL color Cylindrical-coordinate representation of color #0D2427: hue angle of 186.92º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0D2427 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB133639-
CMYK0.670.0800.85
HSL186.92º50%10.2%-
HSV(B)186.92º66.67%15.29%-
XYZ1.161.492.15-
YUV29.46133.38116.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.77%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 39 (15.62% from 255) = 44.32%
R=14.77%
G=40.91%
B=44.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1336390.670.0800.85186.925010.2
HexD2427438055bb32a
Octal1544471031001252736212
Binary11011001001001111000011100001010101101110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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