Html Css Color HEX #24204A Paua

📋 copy color: '#24204A'

red 36 ◦ green 32 ◦ blue 74

#24204A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #24204A

Tints of Paua #24204A

RGB

 RED value IS 36 (14.45% from 255) = 25.35%

 GREEN value IS 32 (12.89% from 255) = 22.54%

 BLUE value IS 74 (29.3% from 255) = 52.11%

R = 25.35%
G = 22.54%
B = 52.11%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#24204A (or 0x24204A) is known color: Paua. HEX triplet: 24, 20 and 4A. RGB value is (36,32,74). Sum of RGB (Red+Green+Blue) = 36+32+74=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #24204A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24204A is #DBDFB5. Grayscale: #252525. Windows color (decimal): -14409654 or 4857892. OLE color: 4857892.

HSL color Cylindrical-coordinate representation of color #24204A: hue angle of 245.71º 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 #24204A is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 32 74 -
CMYK 0.51 0.57 0 0.71
HSL 245.71º 0.4% 0.21% -
HSV(B) 245.71º 0.57% 0.29% -
XYZ 2.48 1.9 6.72 -
YUV 37.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 36 32 74 0.51 0.57 0 0.71 245.71 0.4 0.21
Hex 24 20 4A 33 39 0 47 F6 28 15
Octal 44 40 112 63 71 0 107 366 50 25
Binary 100100 100000 1001010 110011 111001 0 1000111 11110110 101000 10101

Color Harmonies of #24204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24204A

Black with #24204A

Text Example


Text Example

White with #24204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24204A;
 }
 .AnyTagClassName
 {
   color: #24204A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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