#24185A

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

Shades of Paua #24185A

Tints of Paua #24185A

Color information

#24185A (or 0x24185A) is unknown color: approx Paua. HEX triplet: 24, 18 and 5A. RGB value is (36,24,90). Sum of RGB (Red+Green+Blue) = 36+24+90=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #24185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24185A is #DBE7A5. Grayscale: #222222. Windows color (decimal): -14411686 or 5904420. OLE color: 5904420.

HSL color Cylindrical-coordinate representation of color #24185A: hue angle of 250.91º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #24185A is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB362490-
CMYK0.600.7300.65
HSL250.91º57.89%22.35%-
HSV(B)250.91º73.33%35.29%-
XYZ2.91.779.86-
YUV35.11158.98128.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24%
GREEN value IS 24 (9.77% from 255) = 16%
BLUE value IS 90 (35.55% from 255) = 60%
R=24%
G=16%
B=60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3624900.600.7300.65250.9157.8922.35
Hex24185A3C49041fb3a16
Octal44301327411101013737226
Binary1001001100010110101111001001001010000011111101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24185A; }

 p { color: rgb(36,24,90); }

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

<style>
 a { background-color: #24185A; }

 a { background-color: rgb(36,24,90); }

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

<style>
 span { border-color: #24185A; }

 span { border-color: rgb(36,24,90); }

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