#0A1718

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

Shades of Black Pearl #0A1718

Tints of Black Pearl #0A1718

Color information

#0A1718 (or 0x0A1718) is unknown color: approx Black Pearl. HEX triplet: 0A, 17 and 18. RGB value is (10,23,24). Sum of RGB (Red+Green+Blue) = 10+23+24=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #0A1718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1718 is #F5E8E7. Grayscale: #131313. Windows color (decimal): -16115944 or 1578762. OLE color: 1578762.

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

Color convert

RGB102324-
CMYK0.580.0400.91
HSL184.29º41.18%6.67%-
HSV(B)184.29º58.33%9.41%-
XYZ0.60.740.98-
YUV19.23130.69121.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 17.54%
GREEN value IS 23 (9.38% from 255) = 40.35%
BLUE value IS 24 (9.77% from 255) = 42.11%
R=17.54%
G=40.35%
B=42.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1023240.580.0400.91184.2941.186.67
HexA17183A405Bb8297
Octal1227307240133270517
Binary101010111110001110101000101101110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,23,24); }

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

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

 a { background-color: rgb(10,23,24); }

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

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

 span { border-color: rgb(10,23,24); }

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