#231A11

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

Shades of Bokara Grey #231A11

Tints of Bokara Grey #231A11

Color information

#231A11 (or 0x231A11) is unknown color: approx Bokara Grey. HEX triplet: 23, 1A and 11. RGB value is (35,26,17). Sum of RGB (Red+Green+Blue) = 35+26+17=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #231A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A11 is #DCE5EE. Grayscale: #1B1B1B. Windows color (decimal): -14476783 or 1120803. OLE color: 1120803.

HSL color Cylindrical-coordinate representation of color #231A11: hue angle of 30º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #231A11 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.86.

Color convert

RGB352617-
CMYK00.260.510.86
HSL30º34.62%10.2%-
HSV(B)30º51.43%13.73%-
XYZ1.161.140.69-
YUV27.66121.98133.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.87%
GREEN value IS 26 (10.55% from 255) = 33.33%
BLUE value IS 17 (7.03% from 255) = 21.79%
R=44.87%
G=33.33%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35261700.260.510.863034.6210.2
Hex231A1101A33561e23a
Octal43322103263126364312
Binary10001111010100010110101100111010110111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,26,17); }

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

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

 a { background-color: rgb(35,26,17); }

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

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

 span { border-color: rgb(35,26,17); }

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