#292523

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

Shades of Bokara Grey #292523

Tints of Bokara Grey #292523

Color information

#292523 (or 0x292523) is unknown color: approx Bokara Grey. HEX triplet: 29, 25 and 23. RGB value is (41,37,35). Sum of RGB (Red+Green+Blue) = 41+37+35=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 41 - color contains mainly: red. Hex color #292523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292523 is #D6DADC. Grayscale: #252525. Windows color (decimal): -14080733 or 2303273. OLE color: 2303273.

HSL color Cylindrical-coordinate representation of color #292523: hue angle of 20º degrees, saturation: 0.08, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #292523 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.84.

Color convert

RGB413735-
CMYK00.100.150.84
HSL20º7.89%14.9%-
HSV(B)20º14.63%16.08%-
XYZ1.881.921.86-
YUV37.97126.33130.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.28%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=36.28%
G=32.74%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41373500.100.150.84207.8914.9
Hex2925230AF54148f
Octal51454301217124241017
Binary10100110010110001101010111110101001010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292523; }

 p { color: rgb(41,37,35); }

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

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

 a { background-color: rgb(41,37,35); }

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

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

 span { border-color: rgb(41,37,35); }

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