#01212A

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

Shades of Black Pearl #01212A

Tints of Black Pearl #01212A

Color information

#01212A (or 0x01212A) is unknown color: approx Black Pearl. HEX triplet: 01, 21 and 2A. RGB value is (1,33,42). Sum of RGB (Red+Green+Blue) = 1+33+42=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 42 (16.80% from 255 or 55.26% from 76); Max value from RGB is 42 - color contains mainly: blue. Hex color #01212A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01212A is #FEDED5. Grayscale: #181818. Windows color (decimal): -16703190 or 2760961. OLE color: 2760961.

HSL color Cylindrical-coordinate representation of color #01212A: hue angle of 193.17º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01212A is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB13342-
CMYK0.980.2100.84
HSL193.17º95.35%8.43%-
HSV(B)193.17º97.62%16.47%-
XYZ0.971.262.38-
YUV24.46137.9111.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 33 (13.28% from 255) = 43.42%
BLUE value IS 42 (16.80% from 255) = 55.26%
R=1.32%
G=43.42%
B=55.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal133420.980.2100.84193.1795.358.43
Hex1212A6215054c15f8
Octal1415214225012430113710
Binary1100001101010110001010101010101001100000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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