Html Css Color HEX #011221 Black Pearl

📋 copy color: '#011221'

red 1 ◦ green 18 ◦ blue 33

#011221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #011221

Tints of Black Pearl #011221

RGB

 RED value IS 1 (0.78% from 255) = 1.92%

 GREEN value IS 18 (7.42% from 255) = 34.62%

 BLUE value IS 33 (13.28% from 255) = 63.46%

R = 1.92%
G = 34.62%
B = 63.46%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#011221 (or 0x011221) is known color: Black Pearl. HEX triplet: 01, 12 and 21. RGB value is (1,18,33). Sum of RGB (Red+Green+Blue) = 1+18+33=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 33 (13.28% from 255 or 63.46% from 52); Max value from RGB is 33 - color contains mainly: blue. Hex color #011221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011221 is #FEEDDE. Grayscale: #0E0E0E. Windows color (decimal): -16707039 or 2167297. OLE color: 2167297.

HSL color Cylindrical-coordinate representation of color #011221: hue angle of 208.12º 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 #011221 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 18 33 -
CMYK 0.97 0.45 0 0.87
HSL 208.13º 0.94% 0.07% -
HSV(B) 208.13º 0.97% 0.13% -
XYZ 0.5 0.55 1.52 -
YUV 14.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 1 18 33 0.97 0.45 0 0.87 208.13 0.94 0.07
Hex 1 12 21 61 2D 0 57 D0 5E 7
Octal 1 22 41 141 55 0 127 320 136 7
Binary 1 10010 100001 1100001 101101 0 1010111 11010000 1011110 111

Color Harmonies of #011221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011221

Black with #011221

Text Example


Text Example

White with #011221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011221; }

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

 H1.HeaderClassName
 {
   color: #011221;
 }
 .AnyTagClassName
 {
   color: #011221;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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