Html Css Color HEX #252049 Paua

📋 copy color: '#252049'

red 37 ◦ green 32 ◦ blue 73

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

Shades of Paua #252049

Tints of Paua #252049

RGB

 RED value IS 37 (14.84% from 255) = 26.06%

 GREEN value IS 32 (12.89% from 255) = 22.54%

 BLUE value IS 73 (28.91% from 255) = 51.41%

R = 26.06%
G = 22.54%
B = 51.41%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#252049 (or 0x252049) is known color: Paua. HEX triplet: 25, 20 and 49. RGB value is (37,32,73). Sum of RGB (Red+Green+Blue) = 37+32+73=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #252049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252049 is #DADFB6. Grayscale: #262626. Windows color (decimal): -14344119 or 4792357. OLE color: 4792357.

HSL color Cylindrical-coordinate representation of color #252049: hue angle of 247.32º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #252049 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 32 73 -
CMYK 0.49 0.56 0 0.71
HSL 247.32º 0.39% 0.21% -
HSV(B) 247.32º 0.56% 0.29% -
XYZ 2.48 1.91 6.54 -
YUV 38.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 37 32 73 0.49 0.56 0 0.71 247.32 0.39 0.21
Hex 25 20 49 31 38 0 47 F7 27 15
Octal 45 40 111 61 70 0 107 367 47 25
Binary 100101 100000 1001001 110001 111000 0 1000111 11110111 100111 10101

Color Harmonies of #252049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252049

Black with #252049

Text Example


Text Example

White with #252049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252049; }

 p { color: rgb(37,32,73); }

 H1.HeaderClassName
 {
   color: #252049;
 }
 .AnyTagClassName
 {
   color: #252049;
 }
</style>

background-color css

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

 a { background-color: rgb(37,32,73); }

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

border-color css

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

 span { border-color: rgb(37,32,73); }

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