#231A14

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

Shades of Bokara Grey #231A14

Tints of Bokara Grey #231A14

Color information

#231A14 (or 0x231A14) is unknown color: approx Bokara Grey. HEX triplet: 23, 1A and 14. RGB value is (35,26,20). Sum of RGB (Red+Green+Blue) = 35+26+20=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 35 - color contains mainly: red. Hex color #231A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A14 is #DCE5EB. Grayscale: #1C1C1C. Windows color (decimal): -14476780 or 1317411. OLE color: 1317411.

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

Color convert

RGB352620-
CMYK00.260.430.86
HSL24º27.27%10.78%-
HSV(B)24º42.86%13.73%-
XYZ1.191.150.82-
YUV28.01123.48132.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.21%
GREEN value IS 26 (10.55% from 255) = 32.10%
BLUE value IS 20 (8.20% from 255) = 24.69%
R=43.21%
G=32.10%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35262000.260.430.862427.2710.78
Hex231A1401A2B56181bb
Octal43322403253126303313
Binary1000111101010100011010101011101011011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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