#0D1727

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

Shades of Black Pearl #0D1727

Tints of Black Pearl #0D1727

Color information

#0D1727 (or 0x0D1727) is unknown color: approx Black Pearl. HEX triplet: 0D, 17 and 27. RGB value is (13,23,39). Sum of RGB (Red+Green+Blue) = 13+23+39=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #0D1727 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1727 is #F2E8D8. Grayscale: #151515. Windows color (decimal): -15919321 or 2561805. OLE color: 2561805.

HSL color Cylindrical-coordinate representation of color #0D1727: hue angle of 216.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 #0D1727 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB132339-
CMYK0.670.4100.85
HSL216.92º50%10.2%-
HSV(B)216.92º66.67%15.29%-
XYZ0.840.842.04-
YUV21.83137.69121.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.33%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 39 (15.62% from 255) = 52%
R=17.33%
G=30.67%
B=52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1323390.670.4100.85216.925010.2
HexD17274329055d932a
Octal1527471035101253316212
Binary110110111100111100001110100101010101110110011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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