#252F41

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

Shades of Bunting #252F41

Tints of Bunting #252F41

Color information

#252F41 (or 0x252F41) is unknown color: approx Bunting. HEX triplet: 25, 2F and 41. RGB value is (37,47,65). Sum of RGB (Red+Green+Blue) = 37+47+65=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #252F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F41 is #DAD0BE. Grayscale: #2D2D2D. Windows color (decimal): -14340287 or 4271909. OLE color: 4271909.

HSL color Cylindrical-coordinate representation of color #252F41: hue angle of 218.57º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #252F41 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB374765-
CMYK0.430.2800.75
HSL218.57º27.45%20%-
HSV(B)218.57º43.08%25.49%-
XYZ2.732.815.4-
YUV46.06138.69121.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.83%
GREEN value IS 47 (18.75% from 255) = 31.54%
BLUE value IS 65 (25.78% from 255) = 43.62%
R=24.83%
G=31.54%
B=43.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3747650.430.2800.75218.5727.4520
Hex252F412B1C04Bdb1b14
Octal4557101533401133333324
Binary10010110111110000011010111110001001011110110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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