#01181F

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

Shades of Black Pearl #01181F

Tints of Black Pearl #01181F

Color information

#01181F (or 0x01181F) is unknown color: approx Black Pearl. HEX triplet: 01, 18 and 1F. RGB value is (1,24,31). Sum of RGB (Red+Green+Blue) = 1+24+31=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #01181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01181F is #FEE7E0. Grayscale: #111111. Windows color (decimal): -16705505 or 2037761. OLE color: 2037761.

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

Color convert

RGB12431-
CMYK0.970.2300.88
HSL194º93.75%6.27%-
HSV(B)194º96.77%12.16%-
XYZ0.590.761.41-
YUV17.92135.38115.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.79%
GREEN value IS 24 (9.77% from 255) = 42.86%
BLUE value IS 31 (12.5% from 255) = 55.36%
R=1.79%
G=42.86%
B=55.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal124310.970.2300.8819493.756.27
Hex1181F6117058c25e6
Octal130371412701303021366
Binary1110001111111000011011101011000110000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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