#01122C

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

Shades of Black Pearl #01122C

Tints of Black Pearl #01122C

Color information

#01122C (or 0x01122C) is unknown color: approx Black Pearl. HEX triplet: 01, 12 and 2C. RGB value is (1,18,44). Sum of RGB (Red+Green+Blue) = 1+18+44=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 44 (17.58% from 255 or 69.84% from 63); Max value from RGB is 44 - color contains mainly: blue. Hex color #01122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01122C is #FEEDD3. Grayscale: #0F0F0F. Windows color (decimal): -16707028 or 2888193. OLE color: 2888193.

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

Color convert

RGB11844-
CMYK0.980.5900.83
HSL216.28º95.56%8.82%-
HSV(B)216.28º97.73%17.25%-
XYZ0.680.622.47-
YUV15.88143.87117.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.59%
GREEN value IS 18 (7.42% from 255) = 28.57%
BLUE value IS 44 (17.58% from 255) = 69.84%
R=1.59%
G=28.57%
B=69.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal118440.980.5900.83216.2895.568.82
Hex1122C623B053d8609
Octal1225414273012333014011
Binary1100101011001100010111011010100111101100011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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