#0D272F

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

Shades of Black Pearl #0D272F

Tints of Black Pearl #0D272F

Color information

#0D272F (or 0x0D272F) is unknown color: approx Black Pearl. HEX triplet: 0D, 27 and 2F. RGB value is (13,39,47). Sum of RGB (Red+Green+Blue) = 13+39+47=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #0D272F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D272F is #F2D8D0. Grayscale: #202020. Windows color (decimal): -15915217 or 3090189. OLE color: 3090189.

HSL color Cylindrical-coordinate representation of color #0D272F: hue angle of 194.12º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D272F is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB133947-
CMYK0.720.1700.82
HSL194.12º56.67%11.76%-
HSV(B)194.12º72.34%18.43%-
XYZ1.41.742.95-
YUV32.14136.39114.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.13%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 47 (18.75% from 255) = 47.47%
R=13.13%
G=39.39%
B=47.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1339470.720.1700.82194.1256.6711.76
HexD272F4811052c239c
Octal1547571102101223027114
Binary110110011110111110010001000101010010110000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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