#252930

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

Shades of Bunker #252930

Tints of Bunker #252930

Color information

#252930 (or 0x252930) is unknown color: approx Bunker. HEX triplet: 25, 29 and 30. RGB value is (37,41,48). Sum of RGB (Red+Green+Blue) = 37+41+48=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 48 - color contains mainly: blue. Hex color #252930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252930 is #DAD6CF. Grayscale: #282828. Windows color (decimal): -14341840 or 3156261. OLE color: 3156261.

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

Color convert

RGB374148-
CMYK0.230.1500.81
HSL218.18º12.94%16.67%-
HSV(B)218.18º22.92%18.82%-
XYZ2.092.193.11-
YUV40.6132.17125.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.37%
GREEN value IS 41 (16.41% from 255) = 32.54%
BLUE value IS 48 (19.14% from 255) = 38.10%
R=29.37%
G=32.54%
B=38.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3741480.230.1500.81218.1812.9416.67
Hex25293017F051dad11
Octal455160271701213321521
Binary1001011010011100001011111110101000111011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252930; }

 p { color: rgb(37,41,48); }

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

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

 a { background-color: rgb(37,41,48); }

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

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

 span { border-color: rgb(37,41,48); }

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