#01111E

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

Shades of Black Pearl #01111E

Tints of Black Pearl #01111E

Color information

#01111E (or 0x01111E) is unknown color: approx Black Pearl. HEX triplet: 01, 11 and 1E. RGB value is (1,17,30). Sum of RGB (Red+Green+Blue) = 1+17+30=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #01111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01111E is #FEEEE1. Grayscale: #0D0D0D. Windows color (decimal): -16707298 or 1970433. OLE color: 1970433.

HSL color Cylindrical-coordinate representation of color #01111E: hue angle of 206.9º 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 #01111E is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB11730-
CMYK0.970.4300.88
HSL206.9º93.55%6.08%-
HSV(B)206.9º96.67%11.76%-
XYZ0.450.51.3-
YUV13.7137.2118.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.08%
GREEN value IS 17 (7.03% from 255) = 35.42%
BLUE value IS 30 (12.11% from 255) = 62.5%
R=2.08%
G=35.42%
B=62.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal117300.970.4300.88206.993.556.08
Hex1111E612B058cf5e6
Octal121361415301303171366
Binary11000111110110000110101101011000110011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01111E; }

 p { color: rgb(1,17,30); }

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

<style>
 a { background-color: #01111E; }

 a { background-color: rgb(1,17,30); }

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

<style>
 span { border-color: #01111E; }

 span { border-color: rgb(1,17,30); }

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