#011E30

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

Shades of Black Pearl #011E30

Tints of Black Pearl #011E30

Color information

#011E30 (or 0x011E30) is unknown color: approx Black Pearl. HEX triplet: 01, 1E and 30. RGB value is (1,30,48). Sum of RGB (Red+Green+Blue) = 1+30+48=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 48 (19.14% from 255 or 60.76% from 79); Max value from RGB is 48 - color contains mainly: blue. Hex color #011E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E30 is #FEE1CF. Grayscale: #171717. Windows color (decimal): -16703952 or 3153409. OLE color: 3153409.

HSL color Cylindrical-coordinate representation of color #011E30: hue angle of 202.98º 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 #011E30 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB13048-
CMYK0.980.3700.81
HSL202.98º95.92%9.61%-
HSV(B)202.98º97.92%18.82%-
XYZ1.011.152.96-
YUV23.38141.89112.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.27%
GREEN value IS 30 (12.11% from 255) = 37.97%
BLUE value IS 48 (19.14% from 255) = 60.76%
R=1.27%
G=37.97%
B=60.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal130480.980.3700.81202.9895.929.61
Hex11E306225051cb60a
Octal1366014245012131314012
Binary1111101100001100010100101010100011100101111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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