#221935

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

Shades of Tolopea #221935

Tints of Tolopea #221935

Color information

#221935 (or 0x221935) is unknown color: approx Tolopea. HEX triplet: 22, 19 and 35. RGB value is (34,25,53). Sum of RGB (Red+Green+Blue) = 34+25+53=112 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.36% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: blue. Hex color #221935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221935 is #DDE6CA. Grayscale: #1E1E1E. Windows color (decimal): -14542539 or 3479842. OLE color: 3479842.

HSL color Cylindrical-coordinate representation of color #221935: hue angle of 259.29º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #221935 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB342553-
CMYK0.360.5300.79
HSL259.29º35.9%15.29%-
HSV(B)259.29º52.83%20.78%-
XYZ1.651.293.53-
YUV30.88140.48130.22-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.36%
GREEN value IS 25 (10.16% from 255) = 22.32%
BLUE value IS 53 (21.09% from 255) = 47.32%
R=30.36%
G=22.32%
B=47.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3425530.360.5300.79259.2935.915.29
Hex221935243504F10324f
Octal423165446501174034417
Binary10001011001110101100100110101010011111000000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221935; }

 p { color: rgb(34,25,53); }

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

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

 a { background-color: rgb(34,25,53); }

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

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

 span { border-color: rgb(34,25,53); }

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