#221541

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

Shades of Tolopea #221541

Tints of Tolopea #221541

Color information

#221541 (or 0x221541) is unknown color: approx Tolopea. HEX triplet: 22, 15 and 41. RGB value is (34,21,65). Sum of RGB (Red+Green+Blue) = 34+21+65=120 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.33% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #221541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221541 is #DDEABE. Grayscale: #1D1D1D. Windows color (decimal): -14543551 or 4265250. OLE color: 4265250.

HSL color Cylindrical-coordinate representation of color #221541: hue angle of 257.73º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #221541 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB342165-
CMYK0.480.6800.75
HSL257.73º51.16%16.86%-
HSV(B)257.73º67.69%25.49%-
XYZ1.881.265.14-
YUV29.9147.81130.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.33%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 65 (25.78% from 255) = 54.17%
R=28.33%
G=17.5%
B=54.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3421650.480.6800.75257.7351.1616.86
Hex221541304404B1023311
Octal42251016010401134026321
Binary10001010101100000111000010001000100101110000001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221541; }

 p { color: rgb(34,21,65); }

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

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

 a { background-color: rgb(34,21,65); }

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

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

 span { border-color: rgb(34,21,65); }

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