#252151

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

Shades of Paua #252151

Tints of Paua #252151

Color information

#252151 (or 0x252151) is unknown color: approx 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

RGB373381-
CMYK0.540.5900.68
HSL245º42.11%22.35%-
HSV(B)245º59.26%31.76%-
XYZ2.792.088.04-
YUV39.67151.33126.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 81 (32.03% from 255) = 53.64%
R=24.50%
G=21.85%
B=53.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3733810.540.5900.6824542.1122.35
Hex252151363B044f52a16
Octal4541121667301043655226
Binary1001011000011010001110110111011010001001111010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>