#0D191D

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

Shades of Black Pearl #0D191D

Tints of Black Pearl #0D191D

Color information

#0D191D (or 0x0D191D) is unknown color: approx Black Pearl. HEX triplet: 0D, 19 and 1D. RGB value is (13,25,29). Sum of RGB (Red+Green+Blue) = 13+25+29=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 29 - color contains mainly: blue. Hex color #0D191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D191D is #F2E6E2. Grayscale: #151515. Windows color (decimal): -15918819 or 1906957. OLE color: 1906957.

HSL color Cylindrical-coordinate representation of color #0D191D: hue angle of 195º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0D191D is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB132529-
CMYK0.550.1400.89
HSL195º38.1%8.24%-
HSV(B)195º55.17%11.37%-
XYZ0.740.871.29-
YUV21.87132.02121.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.40%
GREEN value IS 25 (10.16% from 255) = 37.31%
BLUE value IS 29 (11.72% from 255) = 43.28%
R=19.40%
G=37.31%
B=43.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1325290.550.1400.8919538.18.24
HexD191D37E059c3268
Octal153135671601313034610
Binary11011100111101110111111001011001110000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,25,29); }

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

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

 a { background-color: rgb(13,25,29); }

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

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

 span { border-color: rgb(13,25,29); }

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