#011A1F

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

Shades of Black Pearl #011A1F

Tints of Black Pearl #011A1F

Color information

#011A1F (or 0x011A1F) is unknown color: approx Black Pearl. HEX triplet: 01, 1A and 1F. RGB value is (1,26,31). Sum of RGB (Red+Green+Blue) = 1+26+31=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #011A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A1F is #FEE5E0. Grayscale: #131313. Windows color (decimal): -16704993 or 2038273. OLE color: 2038273.

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

Color convert

RGB12631-
CMYK0.970.1600.88
HSL190º93.75%6.27%-
HSV(B)190º96.77%12.16%-
XYZ0.630.841.43-
YUV19.1134.72115.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.72%
GREEN value IS 26 (10.55% from 255) = 44.83%
BLUE value IS 31 (12.5% from 255) = 53.45%
R=1.72%
G=44.83%
B=53.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal126310.970.1600.8819093.756.27
Hex11A1F6110058be5e6
Octal132371412001302761366
Binary1110101111111000011000001011000101111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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