#231E19

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

Shades of Bokara Grey #231E19

Tints of Bokara Grey #231E19

Color information

#231E19 (or 0x231E19) is unknown color: approx Bokara Grey. HEX triplet: 23, 1E and 19. RGB value is (35,30,25). Sum of RGB (Red+Green+Blue) = 35+30+25=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 35 - color contains mainly: red. Hex color #231E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E19 is #DCE1E6. Grayscale: #1E1E1E. Windows color (decimal): -14475751 or 1646115. OLE color: 1646115.

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

Color convert

RGB353025-
CMYK00.140.290.86
HSL30º16.67%11.76%-
HSV(B)30º28.57%13.73%-
XYZ1.331.361.11-
YUV30.92124.66130.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 30 (12.11% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 27.78%
R=38.89%
G=33.33%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35302500.140.290.863016.6711.76
Hex231E190E1D561e11c
Octal43363101635126362114
Binary10001111110110010111011101101011011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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