#010E18

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

Shades of Black Pearl #010E18

Tints of Black Pearl #010E18

Color information

#010E18 (or 0x010E18) is unknown color: approx Black Pearl. HEX triplet: 01, 0E and 18. RGB value is (1,14,24). Sum of RGB (Red+Green+Blue) = 1+14+24=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 24 (9.77% from 255 or 61.54% from 39); Max value from RGB is 24 - color contains mainly: blue. Hex color #010E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E18 is #FEF1E7. Grayscale: #0B0B0B. Windows color (decimal): -16708072 or 1576449. OLE color: 1576449.

HSL color Cylindrical-coordinate representation of color #010E18: hue angle of 206.09º 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 #010E18 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11424-
CMYK0.960.4200.91
HSL206.09º92%4.9%-
HSV(B)206.09º95.83%9.41%-
XYZ0.330.390.92-
YUV11.25135.19120.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 14 (5.86% from 255) = 35.90%
BLUE value IS 24 (9.77% from 255) = 61.54%
R=2.56%
G=35.90%
B=61.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal114240.960.4200.91206.09924.9
Hex1E18602A05Bce5c5
Octal116301405201333161345
Binary1111011000110000010101001011011110011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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