#231E18

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

Shades of Bokara Grey #231E18

Tints of Bokara Grey #231E18

Color information

#231E18 (or 0x231E18) is unknown color: approx Bokara Grey. HEX triplet: 23, 1E and 18. RGB value is (35,30,24). Sum of RGB (Red+Green+Blue) = 35+30+24=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 35 - color contains mainly: red. Hex color #231E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E18 is #DCE1E7. Grayscale: #1E1E1E. Windows color (decimal): -14475752 or 1580579. OLE color: 1580579.

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

Color convert

RGB353024-
CMYK00.140.310.86
HSL32.73º18.64%11.57%-
HSV(B)32.73º31.43%13.73%-
XYZ1.321.351.06-
YUV30.81124.16130.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.33%
GREEN value IS 30 (12.11% from 255) = 33.71%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=39.33%
G=33.71%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35302400.140.310.8632.7318.6411.57
Hex231E180E1F562113c
Octal43363001637126412314
Binary100011111101100001110111111010110100001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231E18; }

 p { color: rgb(35,30,24); }

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

<style>
 a { background-color: #231E18; }

 a { background-color: rgb(35,30,24); }

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

<style>
 span { border-color: #231E18; }

 span { border-color: rgb(35,30,24); }

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