#25201A

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

Shades of Bokara Grey #25201A

Tints of Bokara Grey #25201A

Color information

#25201A (or 0x25201A) is unknown color: approx Bokara Grey. HEX triplet: 25, 20 and 1A. RGB value is (37,32,26). Sum of RGB (Red+Green+Blue) = 37+32+26=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 37 - color contains mainly: red. Hex color #25201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25201A is #DADFE5. Grayscale: #202020. Windows color (decimal): -14344166 or 1712165. OLE color: 1712165.

HSL color Cylindrical-coordinate representation of color #25201A: hue angle of 32.73º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #25201A is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB373226-
CMYK00.140.300.85
HSL32.73º17.46%12.35%-
HSV(B)32.73º29.73%14.51%-
XYZ1.471.51.19-
YUV32.81124.16130.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.95%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=38.95%
G=33.68%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37322600.140.300.8532.7317.4612.35
Hex25201A0E1E552111c
Octal45403201636125412114
Binary1001011000001101001110111101010101100001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25201A; }

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

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

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

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

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

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

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

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