#0D191C

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

Shades of Black Pearl #0D191C

Tints of Black Pearl #0D191C

Color information

#0D191C (or 0x0D191C) is unknown color: approx Black Pearl. HEX triplet: 0D, 19 and 1C. RGB value is (13,25,28). Sum of RGB (Red+Green+Blue) = 13+25+28=66 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.70% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D191C is #F2E6E3. Grayscale: #151515. Windows color (decimal): -15918820 or 1841421. OLE color: 1841421.

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

Color convert

RGB132528-
CMYK0.540.1100.89
HSL192º36.59%8.04%-
HSV(B)192º53.57%10.98%-
XYZ0.720.861.23-
YUV21.75131.52121.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.70%
GREEN value IS 25 (10.16% from 255) = 37.88%
BLUE value IS 28 (11.33% from 255) = 42.42%
R=19.70%
G=37.88%
B=42.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1325280.540.1100.8919236.598.04
HexD191C36B059c0258
Octal153134661301313004510
Binary11011100111100110110101101011001110000001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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