#241F4C

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

Shades of Paua #241F4C

Tints of Paua #241F4C

Color information

#241F4C (or 0x241F4C) is unknown color: approx Paua. HEX triplet: 24, 1F and 4C. RGB value is (36,31,76). Sum of RGB (Red+Green+Blue) = 36+31+76=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #241F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F4C is #DBE0B3. Grayscale: #252525. Windows color (decimal): -14409908 or 4988708. OLE color: 4988708.

HSL color Cylindrical-coordinate representation of color #241F4C: hue angle of 246.67º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #241F4C is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB363176-
CMYK0.530.5900.70
HSL246.67º42.06%20.98%-
HSV(B)246.67º59.21%29.8%-
XYZ2.521.887.07-
YUV37.62149.66126.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.17%
GREEN value IS 31 (12.5% from 255) = 21.68%
BLUE value IS 76 (30.08% from 255) = 53.15%
R=25.17%
G=21.68%
B=53.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3631760.530.5900.70246.6742.0620.98
Hex241F4C353B046f72a15
Octal4437114657301063675225
Binary100100111111001100110101111011010001101111011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,31,76); }

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

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

 a { background-color: rgb(36,31,76); }

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

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

 span { border-color: rgb(36,31,76); }

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