#24185C

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

Shades of Paua #24185C

Tints of Paua #24185C

Color information

#24185C (or 0x24185C) is unknown color: approx Paua. HEX triplet: 24, 18 and 5C. RGB value is (36,24,92). Sum of RGB (Red+Green+Blue) = 36+24+92=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #24185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24185C is #DBE7A3. Grayscale: #232323. Windows color (decimal): -14411684 or 6035492. OLE color: 6035492.

HSL color Cylindrical-coordinate representation of color #24185C: hue angle of 250.59º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24185C is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB362492-
CMYK0.610.7400.64
HSL250.59º58.62%22.75%-
HSV(B)250.59º73.91%36.08%-
XYZ2.991.810.32-
YUV35.34159.98128.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 92 (36.33% from 255) = 60.53%
R=23.68%
G=15.79%
B=60.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3624920.610.7400.64250.5958.6222.75
Hex24185C3D4A040fb3b17
Octal44301347511201003737327
Binary1001001100010111001111011001010010000001111101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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