Html Css Color HEX #24214A Paua

📋 copy color: '#24214A'

red 36 ◦ green 33 ◦ blue 74

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

Shades of Paua #24214A

Tints of Paua #24214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.08%

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

R = 25.17%
G = 23.08%
B = 51.75%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#24214A (or 0x24214A) is known color: Paua. HEX triplet: 24, 21 and 4A. RGB value is (36,33,74). Sum of RGB (Red+Green+Blue) = 36+33+74=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #24214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24214A is #DBDEB5. Grayscale: #262626. Windows color (decimal): -14409398 or 4858148. OLE color: 4858148.

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

Color convert

RGB 36 33 74 -
CMYK 0.51 0.55 0 0.71
HSL 244.39º 0.38% 0.21% -
HSV(B) 244.39º 0.55% 0.29% -
XYZ 2.51 1.96 6.72 -
YUV 38.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 36 33 74 0.51 0.55 0 0.71 244.39 0.38 0.21
Hex 24 21 4A 33 37 0 47 F4 26 15
Octal 44 41 112 63 67 0 107 364 46 25
Binary 100100 100001 1001010 110011 110111 0 1000111 11110100 100110 10101

Color Harmonies of #24214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24214A

Black with #24214A

Text Example


Text Example

White with #24214A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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