#011E31

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

Shades of Black Pearl #011E31

Tints of Black Pearl #011E31

Color information

#011E31 (or 0x011E31) is unknown color: approx Black Pearl. HEX triplet: 01, 1E and 31. RGB value is (1,30,49). Sum of RGB (Red+Green+Blue) = 1+30+49=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #011E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E31 is #FEE1CE. Grayscale: #171717. Windows color (decimal): -16703951 or 3218945. OLE color: 3218945.

HSL color Cylindrical-coordinate representation of color #011E31: hue angle of 203.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011E31 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB13049-
CMYK0.980.3900.81
HSL203.75º96%9.8%-
HSV(B)203.75º97.96%19.22%-
XYZ1.031.163.07-
YUV23.49142.39111.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 30 (12.11% from 255) = 37.5%
BLUE value IS 49 (19.53% from 255) = 61.25%
R=1.25%
G=37.5%
B=61.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal130490.980.3900.81203.75969.8
Hex11E316227051cc60a
Octal1366114247012131414012
Binary1111101100011100010100111010100011100110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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