#10181F

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

Shades of Black Pearl #10181F

Tints of Black Pearl #10181F

Color information

#10181F (or 0x10181F) is unknown color: approx Black Pearl. HEX triplet: 10, 18 and 1F. RGB value is (16,24,31). Sum of RGB (Red+Green+Blue) = 16+24+31=71 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.54% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 31 - color contains mainly: blue. Hex color #10181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10181F is #EFE7E0. Grayscale: #161616. Windows color (decimal): -15722465 or 2037776. OLE color: 2037776.

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

Color convert

RGB162431-
CMYK0.480.2300.88
HSL208º31.91%9.22%-
HSV(B)208º48.39%12.16%-
XYZ0.790.861.42-
YUV22.41132.85123.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.54%
GREEN value IS 24 (9.77% from 255) = 33.80%
BLUE value IS 31 (12.5% from 255) = 43.66%
R=22.54%
G=33.80%
B=43.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1624310.480.2300.8820831.919.22
Hex10181F3017058d0209
Octal203037602701303204011
Binary1000011000111111100001011101011000110100001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10181F; }

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

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

<style>
 a { background-color: #10181F; }

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

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

<style>
 span { border-color: #10181F; }

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

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