#011A30

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

Shades of Black Pearl #011A30

Tints of Black Pearl #011A30

Color information

#011A30 (or 0x011A30) is unknown color: approx Black Pearl. HEX triplet: 01, 1A and 30. RGB value is (1,26,48). Sum of RGB (Red+Green+Blue) = 1+26+48=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #011A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A30 is #FEE5CF. Grayscale: #141414. Windows color (decimal): -16704976 or 3152385. OLE color: 3152385.

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

Color convert

RGB12648-
CMYK0.980.4600.81
HSL208.09º95.92%9.61%-
HSV(B)208.09º97.92%18.82%-
XYZ0.920.962.93-
YUV21.03143.22113.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 26 (10.55% from 255) = 34.67%
BLUE value IS 48 (19.14% from 255) = 64%
R=1.33%
G=34.67%
B=64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal126480.980.4600.81208.0995.929.61
Hex11A30622E051d060a
Octal1326014256012132014012
Binary1110101100001100010101110010100011101000011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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