#24115A

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

Shades of Paua #24115A

Tints of Paua #24115A

Color information

#24115A (or 0x24115A) is unknown color: approx Paua. HEX triplet: 24, 11 and 5A. RGB value is (36,17,90). Sum of RGB (Red+Green+Blue) = 36+17+90=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #24115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24115A is #DBEEA5. Grayscale: #1E1E1E. Windows color (decimal): -14413478 or 5902628. OLE color: 5902628.

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

Color convert

RGB361790-
CMYK0.600.8100.65
HSL255.62º68.22%20.98%-
HSV(B)255.62º81.11%35.29%-
XYZ2.771.519.82-
YUV31161.29131.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.17%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 90 (35.55% from 255) = 62.94%
R=25.17%
G=11.89%
B=62.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3617900.600.8100.65255.6268.2220.98
Hex24115A3C510411004415
Octal442113274121010140010425
Binary100100100011011010111100101000101000001100000000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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