#010E20

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

Shades of Black Pearl #010E20

Tints of Black Pearl #010E20

Color information

#010E20 (or 0x010E20) is unknown color: approx Black Pearl. HEX triplet: 01, 0E and 20. RGB value is (1,14,32). Sum of RGB (Red+Green+Blue) = 1+14+32=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 32 (12.89% from 255 or 68.09% from 47); Max value from RGB is 32 - color contains mainly: blue. Hex color #010E20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E20 is #FEF1DF. Grayscale: #0C0C0C. Windows color (decimal): -16708064 or 2100737. OLE color: 2100737.

HSL color Cylindrical-coordinate representation of color #010E20: hue angle of 214.84º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010E20 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB11432-
CMYK0.970.5600.87
HSL214.84º93.94%6.47%-
HSV(B)214.84º96.88%12.55%-
XYZ0.430.421.43-
YUV12.16139.19120.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 14 (5.86% from 255) = 29.79%
BLUE value IS 32 (12.89% from 255) = 68.09%
R=2.13%
G=29.79%
B=68.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal114320.970.5600.87214.8493.946.47
Hex1E206138057d75e6
Octal116401417001273271366
Binary11110100000110000111100001010111110101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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