#24204B

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

Shades of Paua #24204B

Tints of Paua #24204B

Color information

#24204B (or 0x24204B) is unknown color: approx Paua. HEX triplet: 24, 20 and 4B. RGB value is (36,32,75). Sum of RGB (Red+Green+Blue) = 36+32+75=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #24204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24204B is #DBDFB4. Grayscale: #252525. Windows color (decimal): -14409653 or 4923428. OLE color: 4923428.

HSL color Cylindrical-coordinate representation of color #24204B: hue angle of 245.58º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #24204B is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB363275-
CMYK0.520.5700.71
HSL245.58º40.19%20.98%-
HSV(B)245.58º57.33%29.41%-
XYZ2.511.926.89-
YUV38.1148.83126.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.17%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 75 (29.69% from 255) = 52.45%
R=25.17%
G=22.38%
B=52.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3632750.520.5700.71245.5840.1920.98
Hex24204B3439047f62815
Octal4440113647101073665025
Binary1001001000001001011110100111001010001111111011010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,32,75); }

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

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

 a { background-color: rgb(36,32,75); }

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

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

 span { border-color: rgb(36,32,75); }

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