#252A30

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

Shades of Bunker #252A30

Tints of Bunker #252A30

Color information

#252A30 (or 0x252A30) is unknown color: approx Bunker. HEX triplet: 25, 2A and 30. RGB value is (37,42,48). Sum of RGB (Red+Green+Blue) = 37+42+48=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 48 - color contains mainly: blue. Hex color #252A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A30 is #DAD5CF. Grayscale: #292929. Windows color (decimal): -14341584 or 3156517. OLE color: 3156517.

HSL color Cylindrical-coordinate representation of color #252A30: hue angle of 212.73º 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 #252A30 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB374248-
CMYK0.230.1300.81
HSL212.73º12.94%16.67%-
HSV(B)212.73º22.92%18.82%-
XYZ2.122.263.12-
YUV41.19131.84125.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 48 (19.14% from 255) = 37.80%
R=29.13%
G=33.07%
B=37.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3742480.230.1300.81212.7312.9416.67
Hex252A3017D051d5d11
Octal455260271501213251521
Binary1001011010101100001011111010101000111010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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