Html Css Color HEX #252151 Paua

📋 copy color: '#252151'

red 37 ◦ green 33 ◦ blue 81

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

Shades of Paua #252151

Tints of Paua #252151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.85%

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

R = 24.5%
G = 21.85%
B = 53.64%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#252151 (or 0x252151) is known color: Paua. HEX triplet: 25, 21 and 51. RGB value is (37,33,81). Sum of RGB (Red+Green+Blue) = 37+33+81=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #252151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252151 is #DADEAE. Grayscale: #272727. Windows color (decimal): -14343855 or 5316901. OLE color: 5316901.

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

Color convert

RGB 37 33 81 -
CMYK 0.54 0.59 0 0.68
HSL 245º 0.42% 0.22% -
HSV(B) 245º 0.59% 0.32% -
XYZ 2.79 2.08 8.04 -
YUV 39.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 37 33 81 0.54 0.59 0 0.68 245 0.42 0.22
Hex 25 21 51 36 3B 0 44 F5 2A 16
Octal 45 41 121 66 73 0 104 365 52 26
Binary 100101 100001 1010001 110110 111011 0 1000100 11110101 101010 10110

Color Harmonies of #252151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252151

Black with #252151

Text Example


Text Example

White with #252151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252151; }

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

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

background-color css

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

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

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

border-color css

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

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

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