#28201B

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

Shades of Bokara Grey #28201B

Tints of Bokara Grey #28201B

Color information

#28201B (or 0x28201B) is unknown color: approx Bokara Grey. HEX triplet: 28, 20 and 1B. RGB value is (40,32,27). Sum of RGB (Red+Green+Blue) = 40+32+27=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 40 - color contains mainly: red. Hex color #28201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28201B is #D7DFE4. Grayscale: #212121. Windows color (decimal): -14147557 or 1777704. OLE color: 1777704.

HSL color Cylindrical-coordinate representation of color #28201B: hue angle of 23.08º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #28201B is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB403227-
CMYK00.200.330.84
HSL23.08º19.4%13.14%-
HSV(B)23.08º32.5%15.69%-
XYZ1.591.561.25-
YUV33.82124.15132.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.40%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=40.40%
G=32.32%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40322700.200.330.8423.0819.413.14
Hex28201B01421541713d
Octal50403302441124272315
Binary10100010000011011010100100001101010010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28201B; }

 p { color: rgb(40,32,27); }

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

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

 a { background-color: rgb(40,32,27); }

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

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

 span { border-color: rgb(40,32,27); }

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