#22252B

Color #22252B Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #22252B

Tints of Black Russian #22252B

Color information

#22252B (or 0x22252B) is unknown color: approx Black Russian. HEX triplet: 22, 25 and 2B. RGB value is (34,37,43). Sum of RGB (Red+Green+Blue) = 34+37+43=114 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.82% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 43 - color contains mainly: blue. Hex color #22252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22252B is #DDDAD4. Grayscale: #242424. Windows color (decimal): -14539477 or 2827554. OLE color: 2827554.

HSL color Cylindrical-coordinate representation of color #22252B: hue angle of 220º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #22252B is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB343743-
CMYK0.210.1400.83
HSL220º11.69%15.1%-
HSV(B)220º20.93%16.86%-
XYZ1.761.842.55-
YUV36.79131.51126.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.82%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=29.82%
G=32.46%
B=37.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3437430.210.1400.8322011.6915.1
Hex22252B15E053dccf
Octal424553251601233341417
Binary100010100101101011101011110010100111101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22252B; }

 p { color: rgb(34,37,43); }

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

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

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

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

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

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

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