#01202B

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

Shades of Black Pearl #01202B

Tints of Black Pearl #01202B

Color information

#01202B (or 0x01202B) is unknown color: approx Black Pearl. HEX triplet: 01, 20 and 2B. RGB value is (1,32,43). Sum of RGB (Red+Green+Blue) = 1+32+43=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #01202B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01202B is #FEDFD4. Grayscale: #171717. Windows color (decimal): -16703445 or 2826241. OLE color: 2826241.

HSL color Cylindrical-coordinate representation of color #01202B: hue angle of 195.71º degrees, saturation: 0.95, 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 #01202B is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB13243-
CMYK0.980.2600.83
HSL195.71º95.45%8.63%-
HSV(B)195.71º97.67%16.86%-
XYZ0.971.212.47-
YUV23.98138.73111.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 43 (17.19% from 255) = 56.58%
R=1.32%
G=42.11%
B=56.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal132430.980.2600.83195.7195.458.63
Hex1202B621A053c45f9
Octal1405314232012330413711
Binary1100000101011110001011010010100111100010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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