#231A12

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

Shades of Bokara Grey #231A12

Tints of Bokara Grey #231A12

Color information

#231A12 (or 0x231A12) is unknown color: approx Bokara Grey. HEX triplet: 23, 1A and 12. RGB value is (35,26,18). Sum of RGB (Red+Green+Blue) = 35+26+18=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 26 (10.55% from 255 or 32.91% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 35 - color contains mainly: red. Hex color #231A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A12 is #DCE5ED. Grayscale: #1B1B1B. Windows color (decimal): -14476782 or 1186339. OLE color: 1186339.

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

Color convert

RGB352618-
CMYK00.260.490.86
HSL28.24º32.08%10.39%-
HSV(B)28.24º48.57%13.73%-
XYZ1.171.140.73-
YUV27.78122.48133.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.30%
GREEN value IS 26 (10.55% from 255) = 32.91%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=44.30%
G=32.91%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35261800.260.490.8628.2432.0810.39
Hex231A1201A31561c20a
Octal43322203261126344012
Binary10001111010100100110101100011010110111001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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