#241A4C

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

Shades of Paua #241A4C

Tints of Paua #241A4C

Color information

#241A4C (or 0x241A4C) is unknown color: approx Paua. HEX triplet: 24, 1A and 4C. RGB value is (36,26,76). Sum of RGB (Red+Green+Blue) = 36+26+76=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #241A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A4C is #DBE5B3. Grayscale: #222222. Windows color (decimal): -14411188 or 4987428. OLE color: 4987428.

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

Color convert

RGB362676-
CMYK0.530.6600.70
HSL252º49.02%20%-
HSV(B)252º65.79%29.8%-
XYZ2.41.647.03-
YUV34.69151.31128.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.09%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 76 (30.08% from 255) = 55.07%
R=26.09%
G=18.84%
B=55.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3626760.530.6600.7025249.0220
Hex241A4C3542046fc3114
Octal44321146510201063746124
Binary1001001101010011001101011000010010001101111110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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