#10181B

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

Shades of Black Pearl #10181B

Tints of Black Pearl #10181B

Color information

#10181B (or 0x10181B) is unknown color: approx Black Pearl. HEX triplet: 10, 18 and 1B. RGB value is (16,24,27). Sum of RGB (Red+Green+Blue) = 16+24+27=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 27 - color contains mainly: blue. Hex color #10181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10181B is #EFE7E4. Grayscale: #151515. Windows color (decimal): -15722469 or 1775632. OLE color: 1775632.

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

Color convert

RGB162427-
CMYK0.410.1100.89
HSL196.36º25.58%8.43%-
HSV(B)196.36º40.74%10.59%-
XYZ0.740.841.16-
YUV21.95130.85123.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.88%
GREEN value IS 24 (9.77% from 255) = 35.82%
BLUE value IS 27 (10.94% from 255) = 40.30%
R=23.88%
G=35.82%
B=40.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1624270.410.1100.89196.3625.588.43
Hex10181B29B059c41a8
Octal203033511301313043210
Binary10000110001101110100110110101100111000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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