#24214F

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

Shades of Paua #24214F

Tints of Paua #24214F

Color information

#24214F (or 0x24214F) is unknown color: approx Paua. HEX triplet: 24, 21 and 4F. RGB value is (36,33,79). Sum of RGB (Red+Green+Blue) = 36+33+79=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #24214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24214F is #DBDEB0. Grayscale: #262626. Windows color (decimal): -14409393 or 5185828. OLE color: 5185828.

HSL color Cylindrical-coordinate representation of color #24214F: hue angle of 243.91º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #24214F is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB363379-
CMYK0.540.5800.69
HSL243.91º41.07%21.96%-
HSV(B)243.91º58.23%30.98%-
XYZ2.682.037.65-
YUV39.14150.49125.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 33 (13.28% from 255) = 22.30%
BLUE value IS 79 (31.25% from 255) = 53.38%
R=24.32%
G=22.30%
B=53.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3633790.540.5800.69243.9141.0721.96
Hex24214F363A045f42916
Octal4441117667201053645126
Binary1001001000011001111110110111010010001011111010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24214F; }

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

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

<style>
 a { background-color: #24214F; }

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

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

<style>
 span { border-color: #24214F; }

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

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