#28231D

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

Shades of Bokara Grey #28231D

Tints of Bokara Grey #28231D

Color information

#28231D (or 0x28231D) is unknown color: approx Bokara Grey. HEX triplet: 28, 23 and 1D. RGB value is (40,35,29). Sum of RGB (Red+Green+Blue) = 40+35+29=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 40 - color contains mainly: red. Hex color #28231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28231D is #D7DCE2. Grayscale: #232323. Windows color (decimal): -14146787 or 1909544. OLE color: 1909544.

HSL color Cylindrical-coordinate representation of color #28231D: hue angle of 32.73º degrees, saturation: 0.16, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #28231D is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB403529-
CMYK00.120.280.84
HSL32.73º15.94%13.53%-
HSV(B)32.73º27.5%15.69%-
XYZ1.71.741.41-
YUV35.81124.16130.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.46%
GREEN value IS 35 (14.06% from 255) = 33.65%
BLUE value IS 29 (11.72% from 255) = 27.88%
R=38.46%
G=33.65%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40352900.120.280.8432.7315.9413.53
Hex28231D0C1C542110e
Octal50433501434124412016
Binary1010001000111110101100111001010100100001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28231D; }

 p { color: rgb(40,35,29); }

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

<style>
 a { background-color: #28231D; }

 a { background-color: rgb(40,35,29); }

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

<style>
 span { border-color: #28231D; }

 span { border-color: rgb(40,35,29); }

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