#231E1A

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

Shades of Bokara Grey #231E1A

Tints of Bokara Grey #231E1A

Color information

#231E1A (or 0x231E1A) is unknown color: approx Bokara Grey. HEX triplet: 23, 1E and 1A. RGB value is (35,30,26). Sum of RGB (Red+Green+Blue) = 35+30+26=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 35 - color contains mainly: red. Hex color #231E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E1A is #DCE1E5. Grayscale: #1F1F1F. Windows color (decimal): -14475750 or 1711651. OLE color: 1711651.

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

Color convert

RGB353026-
CMYK00.140.260.86
HSL26.67º14.75%11.96%-
HSV(B)26.67º25.71%13.73%-
XYZ1.341.361.17-
YUV31.04125.16130.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 30 (12.11% from 255) = 32.97%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=38.46%
G=32.97%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35302600.140.260.8626.6714.7511.96
Hex231E1A0E1A561bfc
Octal43363201632126331714
Binary1000111111011010011101101010101101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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