#011C1E

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

Shades of Black Pearl #011C1E

Tints of Black Pearl #011C1E

Color information

#011C1E (or 0x011C1E) is unknown color: approx Black Pearl. HEX triplet: 01, 1C and 1E. RGB value is (1,28,30). Sum of RGB (Red+Green+Blue) = 1+28+30=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 28 (11.33% from 255 or 47.46% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #011C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C1E is #FEE3E1. Grayscale: #141414. Windows color (decimal): -16704482 or 1973249. OLE color: 1973249.

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

Color convert

RGB12830-
CMYK0.970.0700.88
HSL184.14º93.55%6.08%-
HSV(B)184.14º96.67%11.76%-
XYZ0.660.931.37-
YUV20.16133.55114.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.69%
GREEN value IS 28 (11.33% from 255) = 47.46%
BLUE value IS 30 (12.11% from 255) = 50.85%
R=1.69%
G=47.46%
B=50.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal128300.970.0700.88184.1493.556.08
Hex11C1E617058b85e6
Octal13436141701302701366
Binary11110011110110000111101011000101110001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011C1E; }

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

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

<style>
 a { background-color: #011C1E; }

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

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

<style>
 span { border-color: #011C1E; }

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

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