#25211F

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

Shades of Bokara Grey #25211F

Tints of Bokara Grey #25211F

Color information

#25211F (or 0x25211F) is unknown color: approx Bokara Grey. HEX triplet: 25, 21 and 1F. RGB value is (37,33,31). Sum of RGB (Red+Green+Blue) = 37+33+31=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 37 - color contains mainly: red. Hex color #25211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25211F is #DADEE0. Grayscale: #212121. Windows color (decimal): -14343905 or 2040101. OLE color: 2040101.

HSL color Cylindrical-coordinate representation of color #25211F: hue angle of 20º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #25211F is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB373331-
CMYK00.110.160.85
HSL20º8.82%13.33%-
HSV(B)20º16.22%14.51%-
XYZ1.551.581.52-
YUV33.97126.33130.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.63%
GREEN value IS 33 (13.28% from 255) = 32.67%
BLUE value IS 31 (12.5% from 255) = 30.69%
R=36.63%
G=32.67%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37333100.110.160.85208.8213.33
Hex25211F0B1055149d
Octal45413701320125241115
Binary10010110000111111010111000010101011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25211F; }

 p { color: rgb(37,33,31); }

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

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

 a { background-color: rgb(37,33,31); }

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

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

 span { border-color: rgb(37,33,31); }

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