#24105B

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

Shades of Paua #24105B

Tints of Paua #24105B

Color information

#24105B (or 0x24105B) is unknown color: approx Paua. HEX triplet: 24, 10 and 5B. RGB value is (36,16,91). Sum of RGB (Red+Green+Blue) = 36+16+91=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #24105B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24105B is #DBEFA4. Grayscale: #1E1E1E. Windows color (decimal): -14413733 or 5967908. OLE color: 5967908.

HSL color Cylindrical-coordinate representation of color #24105B: hue angle of 256º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24105B is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB361691-
CMYK0.600.8200.64
HSL256º70.09%20.98%-
HSV(B)256º82.42%35.69%-
XYZ2.81.510.04-
YUV30.53162.13131.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.17%
GREEN value IS 16 (6.64% from 255) = 11.19%
BLUE value IS 91 (35.94% from 255) = 63.64%
R=25.17%
G=11.19%
B=63.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3616910.600.8200.6425670.0920.98
Hex24105B3C520401004615
Octal442013374122010040010625
Binary100100100001011011111100101001001000000100000000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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