#224141

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

Shades of Tiber #224141

Tints of Tiber #224141

Color information

#224141 (or 0x224141) is unknown color: approx Tiber. HEX triplet: 22, 41 and 41. RGB value is (34,65,65). Sum of RGB (Red+Green+Blue) = 34+65+65=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #224141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224141 is #DDBEBE. Grayscale: #373737. Windows color (decimal): -14532287 or 4276514. OLE color: 4276514.

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

Color convert

RGB346565-
CMYK0.48000.75
HSL180º31.31%19.41%-
HSV(B)180º47.69%25.49%-
XYZ3.54.55.69-
YUV55.73133.23112.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.73%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=20.73%
G=39.63%
B=39.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3465650.48000.7518031.3119.41
Hex22414130004Bb41f13
Octal4210110160001132643723
Binary10001010000011000001110000001001011101101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224141; }

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

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

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

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

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

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

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

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