#10181C

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

Shades of Black Pearl #10181C

Tints of Black Pearl #10181C

Color information

#10181C (or 0x10181C) is unknown color: approx Black Pearl. HEX triplet: 10, 18 and 1C. RGB value is (16,24,28). Sum of RGB (Red+Green+Blue) = 16+24+28=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 28 - color contains mainly: blue. Hex color #10181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10181C is #EFE7E3. Grayscale: #161616. Windows color (decimal): -15722468 or 1841168. OLE color: 1841168.

HSL color Cylindrical-coordinate representation of color #10181C: hue angle of 200º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #10181C is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB162428-
CMYK0.430.1400.89
HSL200º27.27%8.63%-
HSV(B)200º42.86%10.98%-
XYZ0.750.851.22-
YUV22.06131.35123.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.53%
GREEN value IS 24 (9.77% from 255) = 35.29%
BLUE value IS 28 (11.33% from 255) = 41.18%
R=23.53%
G=35.29%
B=41.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1624280.430.1400.8920027.278.63
Hex10181C2BE059c81b9
Octal203034531601313103311
Binary10000110001110010101111100101100111001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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