#251959

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

Shades of Paua #251959

Tints of Paua #251959

Color information

#251959 (or 0x251959) is unknown color: approx Paua. HEX triplet: 25, 19 and 59. RGB value is (37,25,89). Sum of RGB (Red+Green+Blue) = 37+25+89=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #251959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251959 is #DAE6A6. Grayscale: #232323. Windows color (decimal): -14345895 or 5839141. OLE color: 5839141.

HSL color Cylindrical-coordinate representation of color #251959: hue angle of 251.25º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #251959 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB372589-
CMYK0.580.7200.65
HSL251.25º56.14%22.35%-
HSV(B)251.25º71.91%34.9%-
XYZ2.911.819.65-
YUV35.88157.98128.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 89 (35.16% from 255) = 58.94%
R=24.50%
G=16.56%
B=58.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3725890.580.7200.65251.2556.1422.35
Hex2519593A48041fb3816
Octal45311317211001013737026
Binary1001011100110110011110101001000010000011111101111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251959; }

 p { color: rgb(37,25,89); }

 H1.HeaderClassName
 {
   color: #251959;
 }
 .AnyTagClassName
 {
   color: #251959;
 }
</style>
background-color css

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

 a { background-color: rgb(37,25,89); }

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

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

 span { border-color: rgb(37,25,89); }

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