#010E1F

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

Shades of Black Pearl #010E1F

Tints of Black Pearl #010E1F

Color information

#010E1F (or 0x010E1F) is unknown color: approx Black Pearl. HEX triplet: 01, 0E and 1F. RGB value is (1,14,31). Sum of RGB (Red+Green+Blue) = 1+14+31=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #010E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E1F is #FEF1E0. Grayscale: #0B0B0B. Windows color (decimal): -16708065 or 2035201. OLE color: 2035201.

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

Color convert

RGB11431-
CMYK0.970.5500.88
HSL214º93.75%6.27%-
HSV(B)214º96.77%12.16%-
XYZ0.420.421.36-
YUV12.05138.69120.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.17%
GREEN value IS 14 (5.86% from 255) = 30.43%
BLUE value IS 31 (12.5% from 255) = 67.39%
R=2.17%
G=30.43%
B=67.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal114310.970.5500.8821493.756.27
Hex1E1F6137058d65e6
Octal116371416701303261366
Binary1111011111110000111011101011000110101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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