#231A13

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

Shades of Bokara Grey #231A13

Tints of Bokara Grey #231A13

Color information

#231A13 (or 0x231A13) is unknown color: approx Bokara Grey. HEX triplet: 23, 1A and 13. RGB value is (35,26,19). Sum of RGB (Red+Green+Blue) = 35+26+19=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #231A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A13 is #DCE5EC. Grayscale: #1B1B1B. Windows color (decimal): -14476781 or 1251875. OLE color: 1251875.

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

Color convert

RGB352619-
CMYK00.260.460.86
HSL26.25º29.63%10.59%-
HSV(B)26.25º45.71%13.73%-
XYZ1.181.140.77-
YUV27.89122.98133.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 26 (10.55% from 255) = 32.5%
BLUE value IS 19 (7.81% from 255) = 23.75%
R=43.75%
G=32.5%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35261900.260.460.8626.2529.6310.59
Hex231A1301A2E561a1eb
Octal43322303256126323613
Binary1000111101010011011010101110101011011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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