#24215B

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

Shades of Paua #24215B

Tints of Paua #24215B

Color information

#24215B (or 0x24215B) is unknown color: approx Paua. HEX triplet: 24, 21 and 5B. RGB value is (36,33,91). Sum of RGB (Red+Green+Blue) = 36+33+91=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #24215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24215B is #DBDEA4. Grayscale: #282828. Windows color (decimal): -14409381 or 5972260. OLE color: 5972260.

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

Color convert

RGB363391-
CMYK0.600.6400.64
HSL243.1º46.77%24.31%-
HSV(B)243.1º63.74%35.69%-
XYZ3.162.2210.16-
YUV40.51156.49124.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.5%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 91 (35.94% from 255) = 56.88%
R=22.5%
G=20.62%
B=56.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3633910.600.6400.64243.146.7724.31
Hex24215B3C40040f32f18
Octal44411337410001003635730
Binary10010010000110110111111001000000010000001111001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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