#0D181E

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

Shades of Black Pearl #0D181E

Tints of Black Pearl #0D181E

Color information

#0D181E (or 0x0D181E) is unknown color: approx Black Pearl. HEX triplet: 0D, 18 and 1E. RGB value is (13,24,30). Sum of RGB (Red+Green+Blue) = 13+24+30=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #0D181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D181E is #F2E7E1. Grayscale: #151515. Windows color (decimal): -15919074 or 1972237. OLE color: 1972237.

HSL color Cylindrical-coordinate representation of color #0D181E: hue angle of 201.18º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0D181E is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB132430-
CMYK0.570.2000.88
HSL201.18º39.53%8.43%-
HSV(B)201.18º56.67%11.76%-
XYZ0.730.831.35-
YUV21.39132.86122.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.40%
GREEN value IS 24 (9.77% from 255) = 35.82%
BLUE value IS 30 (12.11% from 255) = 44.78%
R=19.40%
G=35.82%
B=44.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1324300.570.2000.88201.1839.538.43
HexD181E3914058c9288
Octal153036712401303115010
Binary110111000111101110011010001011000110010011010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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