#010A18

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

Shades of Black Pearl #010A18

Tints of Black Pearl #010A18

Color information

#010A18 (or 0x010A18) is unknown color: approx Black Pearl. HEX triplet: 01, 0A and 18. RGB value is (1,10,24). Sum of RGB (Red+Green+Blue) = 1+10+24=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 10 (4.30% from 255 or 28.57% from 35); Blue value is 24 (9.77% from 255 or 68.57% from 35); Max value from RGB is 24 - color contains mainly: blue. Hex color #010A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A18 is #FEF5E7. Grayscale: #080808. Windows color (decimal): -16709096 or 1575425. OLE color: 1575425.

HSL color Cylindrical-coordinate representation of color #010A18: hue angle of 216.52º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010A18 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11024-
CMYK0.960.5800.91
HSL216.52º92%4.9%-
HSV(B)216.52º95.83%9.41%-
XYZ0.290.290.9-
YUV8.9136.52122.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.86%
GREEN value IS 10 (4.30% from 255) = 28.57%
BLUE value IS 24 (9.77% from 255) = 68.57%
R=2.86%
G=28.57%
B=68.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal110240.960.5800.91216.52924.9
Hex1A18603A05Bd95c5
Octal112301407201333311345
Binary1101011000110000011101001011011110110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010A18; }

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

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

<style>
 a { background-color: #010A18; }

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

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

<style>
 span { border-color: #010A18; }

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

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