#231A10

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

Shades of Bokara Grey #231A10

Tints of Bokara Grey #231A10

Color information

#231A10 (or 0x231A10) is unknown color: approx Bokara Grey. HEX triplet: 23, 1A and 10. RGB value is (35,26,16). Sum of RGB (Red+Green+Blue) = 35+26+16=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 26 (10.55% from 255 or 33.77% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 35 - color contains mainly: red. Hex color #231A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A10 is #DCE5EF. Grayscale: #1B1B1B. Windows color (decimal): -14476784 or 1055267. OLE color: 1055267.

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

Color convert

RGB352616-
CMYK00.260.540.86
HSL31.58º37.25%10%-
HSV(B)31.58º54.29%13.73%-
XYZ1.161.130.65-
YUV27.55121.48133.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 45.45%
GREEN value IS 26 (10.55% from 255) = 33.77%
BLUE value IS 16 (6.64% from 255) = 20.78%
R=45.45%
G=33.77%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35261600.260.540.8631.5837.2510
Hex231A1001A36562025a
Octal43322003266126404512
Binary100011110101000001101011011010101101000001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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