#2E2721

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

Shades of Bokara Grey #2E2721

Tints of Bokara Grey #2E2721

Color information

#2E2721 (or 0x2E2721) is unknown color: approx Bokara Grey. HEX triplet: 2E, 27 and 21. RGB value is (46,39,33). Sum of RGB (Red+Green+Blue) = 46+39+33=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2721 is #D1D8DE. Grayscale: #282828. Windows color (decimal): -13752543 or 2172718. OLE color: 2172718.

HSL color Cylindrical-coordinate representation of color #2E2721: hue angle of 27.69º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E2721 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB463933-
CMYK00.150.280.82
HSL27.69º16.46%15.49%-
HSV(B)27.69º28.26%18.04%-
XYZ2.132.141.74-
YUV40.41123.82131.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.98%
GREEN value IS 39 (15.62% from 255) = 33.05%
BLUE value IS 33 (13.28% from 255) = 27.97%
R=38.98%
G=33.05%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46393300.150.280.8227.6916.4615.49
Hex2E27210F1C521c10f
Octal56474101734122342017
Binary1011101001111000010111111100101001011100100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,39,33); }

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

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

 a { background-color: rgb(46,39,33); }

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

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

 span { border-color: rgb(46,39,33); }

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