#0D272E

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

Shades of Black Pearl #0D272E

Tints of Black Pearl #0D272E

Color information

#0D272E (or 0x0D272E) is unknown color: approx Black Pearl. HEX triplet: 0D, 27 and 2E. RGB value is (13,39,46). Sum of RGB (Red+Green+Blue) = 13+39+46=98 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.27% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #0D272E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D272E is #F2D8D1. Grayscale: #1F1F1F. Windows color (decimal): -15915218 or 3024653. OLE color: 3024653.

HSL color Cylindrical-coordinate representation of color #0D272E: hue angle of 192.73º degrees, saturation: 0.56, 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 #0D272E is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB133946-
CMYK0.720.1500.82
HSL192.73º55.93%11.57%-
HSV(B)192.73º71.74%18.04%-
XYZ1.381.732.85-
YUV32.02135.89114.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.27%
GREEN value IS 39 (15.62% from 255) = 39.80%
BLUE value IS 46 (18.36% from 255) = 46.94%
R=13.27%
G=39.80%
B=46.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1339460.720.1500.82192.7355.9311.57
HexD272E48F052c138c
Octal1547561101701223017014
Binary11011001111011101001000111101010010110000011110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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