#231F1B

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

Shades of Bokara Grey #231F1B

Tints of Bokara Grey #231F1B

Color information

#231F1B (or 0x231F1B) is unknown color: approx Bokara Grey. HEX triplet: 23, 1F and 1B. RGB value is (35,31,27). Sum of RGB (Red+Green+Blue) = 35+31+27=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 35 - color contains mainly: red. Hex color #231F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F1B is #DCE0E4. Grayscale: #1F1F1F. Windows color (decimal): -14475493 or 1777443. OLE color: 1777443.

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

Color convert

RGB353127-
CMYK00.110.230.86
HSL30º12.9%12.16%-
HSV(B)30º22.86%13.73%-
XYZ1.381.421.24-
YUV31.74125.33130.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.63%
GREEN value IS 31 (12.5% from 255) = 33.33%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=37.63%
G=33.33%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35312700.110.230.863012.912.16
Hex231F1B0B17561edc
Octal43373301327126361514
Binary1000111111111011010111011110101101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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