Html Css Color HEX #252F41 Bunting

📋 copy color: '#252F41'

red 37 ◦ green 47 ◦ blue 65

#252F41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bunting #252F41

Tints of Bunting #252F41

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 value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#252F41 (or 0x252F41) is known color: 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

RGB 37 47 65 -
CMYK 0.43 0.28 0 0.75
HSL 218.57º 0.27% 0.2% -
HSV(B) 218.57º 0.43% 0.25% -
XYZ 2.73 2.81 5.4 -
YUV 46.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 37 47 65 0.43 0.28 0 0.75 218.57 0.27 0.2
Hex 25 2F 41 2B 1C 0 4B DB 1B 14
Octal 45 57 101 53 34 0 113 333 33 24
Binary 100101 101111 1000001 101011 11100 0 1001011 11011011 11011 10100

Color Harmonies of #252F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F41

Black with #252F41

Text Example


Text Example

White with #252F41

Text Example


Text Example

HTML Codes & Css Web 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>