#231E1B

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

Shades of Bokara Grey #231E1B

Tints of Bokara Grey #231E1B

Color information

#231E1B (or 0x231E1B) is unknown color: approx Bokara Grey. HEX triplet: 23, 1E and 1B. RGB value is (35,30,27). Sum of RGB (Red+Green+Blue) = 35+30+27=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 35 - color contains mainly: red. Hex color #231E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E1B is #DCE1E4. Grayscale: #1F1F1F. Windows color (decimal): -14475749 or 1777187. OLE color: 1777187.

HSL color Cylindrical-coordinate representation of color #231E1B: hue angle of 22.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #231E1B is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB353027-
CMYK00.140.230.86
HSL22.5º12.9%12.16%-
HSV(B)22.5º22.86%13.73%-
XYZ1.361.371.23-
YUV31.15125.66130.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 30 (12.11% from 255) = 32.61%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=38.04%
G=32.61%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35302700.140.230.8622.512.912.16
Hex231E1B0E175616dc
Octal43363301627126261514
Binary1000111111011011011101011110101101011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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