#231B12

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

Shades of Bokara Grey #231B12

Tints of Bokara Grey #231B12

Color information

#231B12 (or 0x231B12) is unknown color: approx Bokara Grey. HEX triplet: 23, 1B and 12. RGB value is (35,27,18). Sum of RGB (Red+Green+Blue) = 35+27+18=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #231B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B12 is #DCE4ED. Grayscale: #1C1C1C. Windows color (decimal): -14476526 or 1186595. OLE color: 1186595.

HSL color Cylindrical-coordinate representation of color #231B12: hue angle of 31.76º 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 #231B12 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB352718-
CMYK00.230.490.86
HSL31.76º32.08%10.39%-
HSV(B)31.76º48.57%13.73%-
XYZ1.191.180.74-
YUV28.37122.15132.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 27 (10.94% from 255) = 33.75%
BLUE value IS 18 (7.42% from 255) = 22.5%
R=43.75%
G=33.75%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35271800.230.490.8631.7632.0810.39
Hex231B1201731562020a
Octal43332202761126404012
Binary100011110111001001011111000110101101000001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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