#225151

Color #225151 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #225151

Tints of Dark Slate Grey #225151

Color information

#225151 (or 0x225151) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 51 and 51. RGB value is (34,81,81). Sum of RGB (Red+Green+Blue) = 34+81+81=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #225151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225151 is #DDAEAE. Grayscale: #424242. Windows color (decimal): -14528175 or 5329186. OLE color: 5329186.

HSL color Cylindrical-coordinate representation of color #225151: hue angle of 180º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #225151 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB348181-
CMYK0.58000.68
HSL180º40.87%22.55%-
HSV(B)180º58.02%31.76%-
XYZ5.096.828.83-
YUV66.95135.93104.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.35%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=17.35%
G=41.33%
B=41.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3481810.58000.6818040.8722.55
Hex2251513A0044b42917
Octal4212112172001042645127
Binary100010101000110100011110100010001001011010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225151; }

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

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

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

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

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

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

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

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