#01222D

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

Shades of Black Pearl #01222D

Tints of Black Pearl #01222D

Color information

#01222D (or 0x01222D) is unknown color: approx Black Pearl. HEX triplet: 01, 22 and 2D. RGB value is (1,34,45). Sum of RGB (Red+Green+Blue) = 1+34+45=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 34 (13.67% from 255 or 42.5% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #01222D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01222D is #FEDDD2. Grayscale: #191919. Windows color (decimal): -16702931 or 2957825. OLE color: 2957825.

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

Color convert

RGB13445-
CMYK0.980.2400.82
HSL195º95.65%9.02%-
HSV(B)195º97.78%17.65%-
XYZ1.061.342.69-
YUV25.39139.07110.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 34 (13.67% from 255) = 42.5%
BLUE value IS 45 (17.97% from 255) = 56.25%
R=1.25%
G=42.5%
B=56.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal134450.980.2400.8219595.659.02
Hex1222D6218052c3609
Octal1425514230012230314011
Binary1100010101101110001011000010100101100001111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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