#252A2F

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

Shades of Bunker #252A2F

Tints of Bunker #252A2F

Color information

#252A2F (or 0x252A2F) is unknown color: approx Bunker. HEX triplet: 25, 2A and 2F. RGB value is (37,42,47). Sum of RGB (Red+Green+Blue) = 37+42+47=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 47 - color contains mainly: blue. Hex color #252A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A2F is #DAD5D0. Grayscale: #292929. Windows color (decimal): -14341585 or 3090981. OLE color: 3090981.

HSL color Cylindrical-coordinate representation of color #252A2F: hue angle of 210º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #252A2F is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB374247-
CMYK0.210.1100.82
HSL210º11.9%16.47%-
HSV(B)210º21.28%18.43%-
XYZ2.12.253.01-
YUV41.08131.34125.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.37%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=29.37%
G=33.33%
B=37.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3742470.210.1100.8221011.916.47
Hex252A2F15B052d2c10
Octal455257251301223221420
Binary1001011010101011111010110110101001011010010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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