#252220

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

Shades of Bokara Grey #252220

Tints of Bokara Grey #252220

Color information

#252220 (or 0x252220) is unknown color: approx Bokara Grey. HEX triplet: 25, 22 and 20. RGB value is (37,34,32). Sum of RGB (Red+Green+Blue) = 37+34+32=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 37 - color contains mainly: red. Hex color #252220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252220 is #DADDDF. Grayscale: #222222. Windows color (decimal): -14343648 or 2105893. OLE color: 2105893.

HSL color Cylindrical-coordinate representation of color #252220: hue angle of 24º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #252220 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB373432-
CMYK00.080.140.85
HSL24º7.25%13.53%-
HSV(B)24º13.51%14.51%-
XYZ1.61.641.6-
YUV34.67126.49129.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.92%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 32 (12.89% from 255) = 31.07%
R=35.92%
G=33.01%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37343200.080.140.85247.2513.53
Hex25222008E55187e
Octal4542400101612530716
Binary1001011000101000000100011101010101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252220; }

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

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

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

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

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

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

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

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