#241D48

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

Shades of Paua #241D48

Tints of Paua #241D48

Color information

#241D48 (or 0x241D48) is unknown color: approx Paua. HEX triplet: 24, 1D and 48. RGB value is (36,29,72). Sum of RGB (Red+Green+Blue) = 36+29+72=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #241D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D48 is #DBE2B7. Grayscale: #232323. Windows color (decimal): -14410424 or 4726052. OLE color: 4726052.

HSL color Cylindrical-coordinate representation of color #241D48: hue angle of 249.77º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #241D48 is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB362972-
CMYK0.50.6000.72
HSL249.77º42.57%19.8%-
HSV(B)249.77º59.72%28.24%-
XYZ2.341.726.34-
YUV35.99148.32128-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.28%
GREEN value IS 29 (11.72% from 255) = 21.17%
BLUE value IS 72 (28.52% from 255) = 52.55%
R=26.28%
G=21.17%
B=52.55%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3629720.50.6000.72249.7742.5719.8
Hex241D48323C048fa2b14
Octal4435110627401103725324
Binary100100111011001000110010111100010010001111101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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