#252A31

Color #252A31 Bunker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunker #252A31

Tints of Bunker #252A31

Color information

#252A31 (or 0x252A31) is unknown color: approx Bunker. HEX triplet: 25, 2A and 31. RGB value is (37,42,49). Sum of RGB (Red+Green+Blue) = 37+42+49=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: blue. Hex color #252A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A31 is #DAD5CE. Grayscale: #292929. Windows color (decimal): -14341583 or 3222053. OLE color: 3222053.

HSL color Cylindrical-coordinate representation of color #252A31: hue angle of 215º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #252A31 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB374249-
CMYK0.240.1400.81
HSL215º13.95%16.86%-
HSV(B)215º24.49%19.22%-
XYZ2.152.273.23-
YUV41.3132.34124.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 49 (19.53% from 255) = 38.28%
R=28.91%
G=32.81%
B=38.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3742490.240.1400.8121513.9516.86
Hex252A3118E051d7e11
Octal455261301601213271621
Binary1001011010101100011100011100101000111010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252A31; }

 p { color: rgb(37,42,49); }

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

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

 a { background-color: rgb(37,42,49); }

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

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

 span { border-color: rgb(37,42,49); }

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