#252C34

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

Shades of Bunker #252C34

Tints of Bunker #252C34

Color information

#252C34 (or 0x252C34) is unknown color: approx Bunker. HEX triplet: 25, 2C and 34. RGB value is (37,44,52). Sum of RGB (Red+Green+Blue) = 37+44+52=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 52 - color contains mainly: blue. Hex color #252C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C34 is #DAD3CB. Grayscale: #2A2A2A. Windows color (decimal): -14341068 or 3419173. OLE color: 3419173.

HSL color Cylindrical-coordinate representation of color #252C34: hue angle of 212º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #252C34 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB374452-
CMYK0.290.1500.80
HSL212º16.85%17.45%-
HSV(B)212º28.85%20.39%-
XYZ2.282.443.6-
YUV42.82133.18123.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.82%
GREEN value IS 44 (17.58% from 255) = 33.08%
BLUE value IS 52 (20.70% from 255) = 39.10%
R=27.82%
G=33.08%
B=39.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3744520.290.1500.8021216.8517.45
Hex252C341DF050d41111
Octal455464351701203242121
Binary10010110110011010011101111101010000110101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,44,52); }

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

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

 a { background-color: rgb(37,44,52); }

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

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

 span { border-color: rgb(37,44,52); }

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