#0D191B

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

Shades of Black Pearl #0D191B

Tints of Black Pearl #0D191B

Color information

#0D191B (or 0x0D191B) is unknown color: approx Black Pearl. HEX triplet: 0D, 19 and 1B. RGB value is (13,25,27). Sum of RGB (Red+Green+Blue) = 13+25+27=65 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D191B is #F2E6E4. Grayscale: #151515. Windows color (decimal): -15918821 or 1775885. OLE color: 1775885.

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

Color convert

RGB132527-
CMYK0.520.0700.89
HSL188.57º35%7.84%-
HSV(B)188.57º51.85%10.59%-
XYZ0.710.861.17-
YUV21.64131.02121.84-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20%
GREEN value IS 25 (10.16% from 255) = 38.46%
BLUE value IS 27 (10.94% from 255) = 41.54%
R=20%
G=38.46%
B=41.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1325270.520.0700.89188.57357.84
HexD191B347059bd238
Octal15313364701312754310
Binary1101110011101111010011101011001101111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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