#2C2825

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

Shades of Bokara Grey #2C2825

Tints of Bokara Grey #2C2825

Color information

#2C2825 (or 0x2C2825) is unknown color: approx Bokara Grey. HEX triplet: 2C, 28 and 25. RGB value is (44,40,37). Sum of RGB (Red+Green+Blue) = 44+40+37=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2825 is #D3D7DA. Grayscale: #282828. Windows color (decimal): -13883355 or 2435116. OLE color: 2435116.

HSL color Cylindrical-coordinate representation of color #2C2825: hue angle of 25.71º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2C2825 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB444037-
CMYK00.090.160.83
HSL25.71º8.64%15.88%-
HSV(B)25.71º15.91%17.25%-
XYZ2.132.192.06-
YUV40.85125.83130.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.36%
GREEN value IS 40 (16.02% from 255) = 33.06%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=36.36%
G=33.06%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44403700.090.160.8325.718.6415.88
Hex2C28250910531a910
Octal54504501120123321120
Binary1011001010001001010100110000101001111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C2825; }

 p { color: rgb(44,40,37); }

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

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

 a { background-color: rgb(44,40,37); }

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

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

 span { border-color: rgb(44,40,37); }

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