#01222C

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

Shades of Black Pearl #01222C

Tints of Black Pearl #01222C

Color information

#01222C (or 0x01222C) is unknown color: approx Black Pearl. HEX triplet: 01, 22 and 2C. RGB value is (1,34,44). Sum of RGB (Red+Green+Blue) = 1+34+44=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #01222C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01222C is #FEDDD3. Grayscale: #191919. Windows color (decimal): -16702932 or 2892289. OLE color: 2892289.

HSL color Cylindrical-coordinate representation of color #01222C: hue angle of 193.95º 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 #01222C is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB13444-
CMYK0.980.2300.83
HSL193.95º95.56%8.82%-
HSV(B)193.95º97.73%17.25%-
XYZ1.041.332.59-
YUV25.27138.57110.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.27%
GREEN value IS 34 (13.67% from 255) = 43.04%
BLUE value IS 44 (17.58% from 255) = 55.70%
R=1.27%
G=43.04%
B=55.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal134440.980.2300.83193.9595.568.82
Hex1222C6217053c2609
Octal1425414227012330214011
Binary1100010101100110001010111010100111100001011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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