#24185D

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

Shades of Paua #24185D

Tints of Paua #24185D

Color information

#24185D (or 0x24185D) is unknown color: approx Paua. HEX triplet: 24, 18 and 5D. RGB value is (36,24,93). Sum of RGB (Red+Green+Blue) = 36+24+93=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #24185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24185D is #DBE7A2. Grayscale: #232323. Windows color (decimal): -14411683 or 6101028. OLE color: 6101028.

HSL color Cylindrical-coordinate representation of color #24185D: hue angle of 250.43º 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 #24185D is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB362493-
CMYK0.610.7400.64
HSL250.43º58.97%22.94%-
HSV(B)250.43º74.19%36.47%-
XYZ3.031.8210.55-
YUV35.45160.48128.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.53%
GREEN value IS 24 (9.77% from 255) = 15.69%
BLUE value IS 93 (36.72% from 255) = 60.78%
R=23.53%
G=15.69%
B=60.78%

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
Decimal3624930.610.7400.64250.4358.9722.94
Hex24185D3D4A040fa3b17
Octal44301357511201003727327
Binary1001001100010111011111011001010010000001111101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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