#252423

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

Shades of Bokara Grey #252423

Tints of Bokara Grey #252423

Color information

#252423 (or 0x252423) is unknown color: approx Bokara Grey. HEX triplet: 25, 24 and 23. RGB value is (37,36,35). Sum of RGB (Red+Green+Blue) = 37+36+35=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 37 - color contains mainly: red. Hex color #252423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252423 is #DADBDC. Grayscale: #242424. Windows color (decimal): -14343133 or 2303013. OLE color: 2303013.

HSL color Cylindrical-coordinate representation of color #252423: hue angle of 30º degrees, saturation: 0.03, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #252423 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB373635-
CMYK00.030.050.85
HSL30º2.78%14.12%-
HSV(B)30º5.41%14.51%-
XYZ1.71.781.84-
YUV36.18127.33128.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.26%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 35 (14.06% from 255) = 32.41%
R=34.26%
G=33.33%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37363500.030.050.85302.7814.12
Hex252423035551e3e
Octal45444303512536316
Binary100101100100100011011101101010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252423; }

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

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

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

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

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

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

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

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