#01191F

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

Shades of Black Pearl #01191F

Tints of Black Pearl #01191F

Color information

#01191F (or 0x01191F) is unknown color: approx Black Pearl. HEX triplet: 01, 19 and 1F. RGB value is (1,25,31). Sum of RGB (Red+Green+Blue) = 1+25+31=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #01191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01191F is #FEE6E0. Grayscale: #121212. Windows color (decimal): -16705249 or 2038017. OLE color: 2038017.

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

Color convert

RGB12531-
CMYK0.970.1900.88
HSL192º93.75%6.27%-
HSV(B)192º96.77%12.16%-
XYZ0.610.81.42-
YUV18.51135.05115.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 25 (10.16% from 255) = 43.86%
BLUE value IS 31 (12.5% from 255) = 54.39%
R=1.75%
G=43.86%
B=54.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal125310.970.1900.8819293.756.27
Hex1191F6113058c05e6
Octal131371412301303001366
Binary1110011111111000011001101011000110000001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01191F; }

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

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

<style>
 a { background-color: #01191F; }

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

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

<style>
 span { border-color: #01191F; }

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

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