#01212C

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

Shades of Black Pearl #01212C

Tints of Black Pearl #01212C

Color information

#01212C (or 0x01212C) is unknown color: approx Black Pearl. HEX triplet: 01, 21 and 2C. RGB value is (1,33,44). Sum of RGB (Red+Green+Blue) = 1+33+44=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #01212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01212C is #FEDED3. Grayscale: #181818. Windows color (decimal): -16703188 or 2892033. OLE color: 2892033.

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

Color convert

RGB13344-
CMYK0.980.2500.83
HSL195.35º95.56%8.82%-
HSV(B)195.35º97.73%17.25%-
XYZ1.011.282.58-
YUV24.69138.9111.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 33 (13.28% from 255) = 42.31%
BLUE value IS 44 (17.58% from 255) = 56.41%
R=1.28%
G=42.31%
B=56.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal133440.980.2500.83195.3595.568.82
Hex1212C6219053c3609
Octal1415414231012330314011
Binary1100001101100110001011001010100111100001111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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