Html Css Color HEX #24224A Paua

📋 copy color: '#24224A'

red 36 ◦ green 34 ◦ blue 74

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

Shades of Paua #24224A

Tints of Paua #24224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.61%

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

R = 25%
G = 23.61%
B = 51.39%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#24224A (or 0x24224A) is known color: Paua. HEX triplet: 24, 22 and 4A. RGB value is (36,34,74). Sum of RGB (Red+Green+Blue) = 36+34+74=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #24224A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24224A is #DBDDB5. Grayscale: #272727. Windows color (decimal): -14409142 or 4858404. OLE color: 4858404.

HSL color Cylindrical-coordinate representation of color #24224A: hue angle of 243º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #24224A is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 34 74 -
CMYK 0.51 0.54 0 0.71
HSL 243º 0.37% 0.21% -
HSV(B) 243º 0.54% 0.29% -
XYZ 2.54 2.01 6.73 -
YUV 39.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 36 34 74 0.51 0.54 0 0.71 243 0.37 0.21
Hex 24 22 4A 33 36 0 47 F3 25 15
Octal 44 42 112 63 66 0 107 363 45 25
Binary 100100 100010 1001010 110011 110110 0 1000111 11110011 100101 10101

Color Harmonies of #24224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24224A

Black with #24224A

Text Example


Text Example

White with #24224A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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