#25282C

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

Shades of Bunker #25282C

Tints of Bunker #25282C

Color information

#25282C (or 0x25282C) is unknown color: approx Bunker. HEX triplet: 25, 28 and 2C. RGB value is (37,40,44). Sum of RGB (Red+Green+Blue) = 37+40+44=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 44 - color contains mainly: blue. Hex color #25282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25282C is #DAD7D3. Grayscale: #272727. Windows color (decimal): -14342100 or 2893861. OLE color: 2893861.

HSL color Cylindrical-coordinate representation of color #25282C: hue angle of 214.29º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #25282C is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB374044-
CMYK0.160.0900.83
HSL214.29º8.64%15.88%-
HSV(B)214.29º15.91%17.25%-
XYZ1.982.092.68-
YUV39.56130.51126.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.58%
GREEN value IS 40 (16.02% from 255) = 33.06%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=30.58%
G=33.06%
B=36.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3740440.160.0900.83214.298.6415.88
Hex25282C109053d6910
Octal455054201101233261120
Binary1001011010001011001000010010101001111010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25282C; }

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

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

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

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

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

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

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

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