#01181E

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

Shades of Black Pearl #01181E

Tints of Black Pearl #01181E

Color information

#01181E (or 0x01181E) is unknown color: approx Black Pearl. HEX triplet: 01, 18 and 1E. RGB value is (1,24,30). Sum of RGB (Red+Green+Blue) = 1+24+30=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #01181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01181E is #FEE7E1. Grayscale: #111111. Windows color (decimal): -16705506 or 1972225. OLE color: 1972225.

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

Color convert

RGB12430-
CMYK0.970.2000.88
HSL192.41º93.55%6.08%-
HSV(B)192.41º96.67%11.76%-
XYZ0.570.751.34-
YUV17.81134.88116.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 24 (9.77% from 255) = 43.64%
BLUE value IS 30 (12.11% from 255) = 54.55%
R=1.82%
G=43.64%
B=54.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal124300.970.2000.88192.4193.556.08
Hex1181E6114058c05e6
Octal130361412401303001366
Binary1110001111011000011010001011000110000001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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