#24185B

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

Shades of Paua #24185B

Tints of Paua #24185B

Color information

#24185B (or 0x24185B) is unknown color: approx Paua. HEX triplet: 24, 18 and 5B. RGB value is (36,24,91). Sum of RGB (Red+Green+Blue) = 36+24+91=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #24185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24185B is #DBE7A4. Grayscale: #222222. Windows color (decimal): -14411685 or 5969956. OLE color: 5969956.

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

Color convert

RGB362491-
CMYK0.600.7400.64
HSL250.75º58.26%22.55%-
HSV(B)250.75º73.63%35.69%-
XYZ2.941.7810.09-
YUV35.23159.48128.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.84%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 91 (35.94% from 255) = 60.26%
R=23.84%
G=15.89%
B=60.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3624910.600.7400.64250.7558.2622.55
Hex24185B3C4A040fb3a17
Octal44301337411201003737227
Binary1001001100010110111111001001010010000001111101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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