#011321

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

Shades of Black Pearl #011321

Tints of Black Pearl #011321

Color information

#011321 (or 0x011321) is unknown color: approx Black Pearl. HEX triplet: 01, 13 and 21. RGB value is (1,19,33). Sum of RGB (Red+Green+Blue) = 1+19+33=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 33 (13.28% from 255 or 62.26% from 53); Max value from RGB is 33 - color contains mainly: blue. Hex color #011321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011321 is #FEECDE. Grayscale: #0F0F0F. Windows color (decimal): -16706783 or 2167553. OLE color: 2167553.

HSL color Cylindrical-coordinate representation of color #011321: hue angle of 206.25º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011321 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB11933-
CMYK0.970.4200.87
HSL206.25º94.12%6.67%-
HSV(B)206.25º96.97%12.94%-
XYZ0.520.581.52-
YUV15.21138.04117.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.89%
GREEN value IS 19 (7.81% from 255) = 35.85%
BLUE value IS 33 (13.28% from 255) = 62.26%
R=1.89%
G=35.85%
B=62.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal119330.970.4200.87206.2594.126.67
Hex11321612A057ce5e7
Octal123411415201273161367
Binary110011100001110000110101001010111110011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011321; }

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

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

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

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

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

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

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

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