#0D181F

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

Shades of Black Pearl #0D181F

Tints of Black Pearl #0D181F

Color information

#0D181F (or 0x0D181F) is unknown color: approx Black Pearl. HEX triplet: 0D, 18 and 1F. RGB value is (13,24,31). Sum of RGB (Red+Green+Blue) = 13+24+31=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D181F is #F2E7E0. Grayscale: #151515. Windows color (decimal): -15919073 or 2037773. OLE color: 2037773.

HSL color Cylindrical-coordinate representation of color #0D181F: hue angle of 203.33º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D181F is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB132431-
CMYK0.580.2300.88
HSL203.33º40.91%8.63%-
HSV(B)203.33º58.06%12.16%-
XYZ0.740.841.42-
YUV21.51133.36121.93-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.12%
GREEN value IS 24 (9.77% from 255) = 35.29%
BLUE value IS 31 (12.5% from 255) = 45.59%
R=19.12%
G=35.29%
B=45.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1324310.580.2300.88203.3340.918.63
HexD181F3A17058cb299
Octal153037722701303135111
Binary110111000111111110101011101011000110010111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,24,31); }

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

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

 a { background-color: rgb(13,24,31); }

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

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

 span { border-color: rgb(13,24,31); }

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