#241D4A

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

Shades of Paua #241D4A

Tints of Paua #241D4A

Color information

#241D4A (or 0x241D4A) is unknown color: approx Paua. HEX triplet: 24, 1D and 4A. RGB value is (36,29,74). Sum of RGB (Red+Green+Blue) = 36+29+74=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #241D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D4A is #DBE2B5. Grayscale: #242424. Windows color (decimal): -14410422 or 4857124. OLE color: 4857124.

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

Color convert

RGB362974-
CMYK0.510.6100.71
HSL249.33º43.69%20.2%-
HSV(B)249.33º60.81%29.02%-
XYZ2.41.756.69-
YUV36.22149.32127.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.90%
GREEN value IS 29 (11.72% from 255) = 20.86%
BLUE value IS 74 (29.30% from 255) = 53.24%
R=25.90%
G=20.86%
B=53.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3629740.510.6100.71249.3343.6920.2
Hex241D4A333D047f92c14
Octal4435112637501073715424
Binary100100111011001010110011111101010001111111100110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,29,74); }

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

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

 a { background-color: rgb(36,29,74); }

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

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

 span { border-color: rgb(36,29,74); }

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