#01122E

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

Shades of Black Pearl #01122E

Tints of Black Pearl #01122E

Color information

#01122E (or 0x01122E) is unknown color: approx Black Pearl. HEX triplet: 01, 12 and 2E. RGB value is (1,18,46). Sum of RGB (Red+Green+Blue) = 1+18+46=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 46 (18.36% from 255 or 70.77% from 65); Max value from RGB is 46 - color contains mainly: blue. Hex color #01122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01122E is #FEEDD1. Grayscale: #0F0F0F. Windows color (decimal): -16707026 or 3019265. OLE color: 3019265.

HSL color Cylindrical-coordinate representation of color #01122E: hue angle of 217.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01122E is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB11846-
CMYK0.980.6100.82
HSL217.33º95.74%9.22%-
HSV(B)217.33º97.83%18.04%-
XYZ0.720.642.67-
YUV16.11144.87117.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.54%
GREEN value IS 18 (7.42% from 255) = 27.69%
BLUE value IS 46 (18.36% from 255) = 70.77%
R=1.54%
G=27.69%
B=70.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal118460.980.6100.82217.3395.749.22
Hex1122E623D052d9609
Octal1225614275012233114011
Binary1100101011101100010111101010100101101100111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,18,46); }

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

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

 a { background-color: rgb(1,18,46); }

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

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

 span { border-color: rgb(1,18,46); }

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