Html Css Color HEX #252251 Paua

📋 copy color: '#252251'

red 37 ◦ green 34 ◦ blue 81

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

Shades of Paua #252251

Tints of Paua #252251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.37%

 BLUE value IS 81 (32.03% from 255) = 53.29%

R = 24.34%
G = 22.37%
B = 53.29%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#252251 (or 0x252251) is known color: Paua. HEX triplet: 25, 22 and 51. RGB value is (37,34,81). Sum of RGB (Red+Green+Blue) = 37+34+81=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #252251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252251 is #DADDAE. Grayscale: #282828. Windows color (decimal): -14343599 or 5317157. OLE color: 5317157.

HSL color Cylindrical-coordinate representation of color #252251: hue angle of 243.83º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #252251 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 34 81 -
CMYK 0.54 0.58 0 0.68
HSL 243.83º 0.41% 0.23% -
HSV(B) 243.83º 0.58% 0.32% -
XYZ 2.82 2.13 8.05 -
YUV 40.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 37 34 81 0.54 0.58 0 0.68 243.83 0.41 0.23
Hex 25 22 51 36 3A 0 44 F4 29 17
Octal 45 42 121 66 72 0 104 364 51 27
Binary 100101 100010 1010001 110110 111010 0 1000100 11110100 101001 10111

Color Harmonies of #252251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252251

Black with #252251

Text Example


Text Example

White with #252251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252251; }

 p { color: rgb(37,34,81); }

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

background-color css

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

 a { background-color: rgb(37,34,81); }

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

border-color css

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

 span { border-color: rgb(37,34,81); }

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