#241C49

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

Shades of Paua #241C49

Tints of Paua #241C49

Color information

#241C49 (or 0x241C49) is unknown color: approx Paua. HEX triplet: 24, 1C and 49. RGB value is (36,28,73). Sum of RGB (Red+Green+Blue) = 36+28+73=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #241C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C49 is #DBE3B6. Grayscale: #232323. Windows color (decimal): -14410679 or 4791332. OLE color: 4791332.

HSL color Cylindrical-coordinate representation of color #241C49: hue angle of 250.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #241C49 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB362873-
CMYK0.510.6200.71
HSL250.67º44.55%19.8%-
HSV(B)250.67º61.64%28.63%-
XYZ2.351.696.51-
YUV35.52149.15128.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.28%
GREEN value IS 28 (11.33% from 255) = 20.44%
BLUE value IS 73 (28.91% from 255) = 53.28%
R=26.28%
G=20.44%
B=53.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3628730.510.6200.71250.6744.5519.8
Hex241C49333E047fb2d14
Octal4434111637601073735524
Binary100100111001001001110011111110010001111111101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241C49; }

 p { color: rgb(36,28,73); }

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

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

 a { background-color: rgb(36,28,73); }

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

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

 span { border-color: rgb(36,28,73); }

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