Html Css Color HEX #24204B Paua

📋 copy color: '#24204B'

red 36 ◦ green 32 ◦ blue 75

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

Shades of Paua #24204B

Tints of Paua #24204B

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 value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#24204B (or 0x24204B) is known color: 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

RGB 36 32 75 -
CMYK 0.52 0.57 0 0.71
HSL 245.58º 0.4% 0.21% -
HSV(B) 245.58º 0.57% 0.29% -
XYZ 2.51 1.92 6.89 -
YUV 38.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 36 32 75 0.52 0.57 0 0.71 245.58 0.4 0.21
Hex 24 20 4B 34 39 0 47 F6 28 15
Octal 44 40 113 64 71 0 107 366 50 25
Binary 100100 100000 1001011 110100 111001 0 1000111 11110110 101000 10101

Color Harmonies of #24204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24204B

Black with #24204B

Text Example


Text Example

White with #24204B

Text Example


Text Example

HTML Codes & Css Web 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>