#231B14

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

Shades of Bokara Grey #231B14

Tints of Bokara Grey #231B14

Color information

#231B14 (or 0x231B14) is unknown color: approx Bokara Grey. HEX triplet: 23, 1B and 14. RGB value is (35,27,20). Sum of RGB (Red+Green+Blue) = 35+27+20=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 35 - color contains mainly: red. Hex color #231B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B14 is #DCE4EB. Grayscale: #1C1C1C. Windows color (decimal): -14476524 or 1317667. OLE color: 1317667.

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

Color convert

RGB352720-
CMYK00.230.430.86
HSL28º27.27%10.78%-
HSV(B)28º42.86%13.73%-
XYZ1.211.190.83-
YUV28.59123.15132.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.68%
GREEN value IS 27 (10.94% from 255) = 32.93%
BLUE value IS 20 (8.20% from 255) = 24.39%
R=42.68%
G=32.93%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35272000.230.430.862827.2710.78
Hex231B140172B561c1bb
Octal43332402753126343313
Binary1000111101110100010111101011101011011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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