#01202A

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

Shades of Black Pearl #01202A

Tints of Black Pearl #01202A

Color information

#01202A (or 0x01202A) is unknown color: approx Black Pearl. HEX triplet: 01, 20 and 2A. RGB value is (1,32,42). Sum of RGB (Red+Green+Blue) = 1+32+42=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #01202A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01202A is #FEDFD5. Grayscale: #171717. Windows color (decimal): -16703446 or 2760705. OLE color: 2760705.

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

Color convert

RGB13242-
CMYK0.980.2400.84
HSL194.63º95.35%8.43%-
HSV(B)194.63º97.62%16.47%-
XYZ0.951.212.37-
YUV23.87138.23111.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 32 (12.89% from 255) = 42.67%
BLUE value IS 42 (16.80% from 255) = 56%
R=1.33%
G=42.67%
B=56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal132420.980.2400.84194.6395.358.43
Hex1202A6218054c35f8
Octal1405214230012430313710
Binary1100000101010110001011000010101001100001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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