#241959

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

Shades of Paua #241959

Tints of Paua #241959

Color information

#241959 (or 0x241959) is unknown color: approx Paua. HEX triplet: 24, 19 and 59. RGB value is (36,25,89). Sum of RGB (Red+Green+Blue) = 36+25+89=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #241959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241959 is #DBE6A6. Grayscale: #232323. Windows color (decimal): -14411431 or 5839140. OLE color: 5839140.

HSL color Cylindrical-coordinate representation of color #241959: hue angle of 250.31º 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 #241959 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB362589-
CMYK0.600.7200.65
HSL250.31º56.14%22.35%-
HSV(B)250.31º71.91%34.9%-
XYZ2.881.799.65-
YUV35.58158.14128.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 89 (35.16% from 255) = 59.33%
R=24%
G=16.67%
B=59.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3625890.600.7200.65250.3156.1422.35
Hex2419593C48041fa3816
Octal44311317411001013727026
Binary1001001100110110011111001001000010000011111101011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241959; }

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

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

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

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

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

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

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

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