Html Css Color HEX #24214C Paua

📋 copy color: '#24214C'

red 36 ◦ green 33 ◦ blue 76

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

Shades of Paua #24214C

Tints of Paua #24214C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 52.41%

R = 24.83%
G = 22.76%
B = 52.41%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#24214C (or 0x24214C) is known color: Paua. HEX triplet: 24, 21 and 4C. RGB value is (36,33,76). Sum of RGB (Red+Green+Blue) = 36+33+76=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #24214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24214C is #DBDEB3. Grayscale: #262626. Windows color (decimal): -14409396 or 4989220. OLE color: 4989220.

HSL color Cylindrical-coordinate representation of color #24214C: hue angle of 244.19º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #24214C is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 36 33 76 -
CMYK 0.53 0.57 0 0.70
HSL 244.19º 0.39% 0.21% -
HSV(B) 244.19º 0.57% 0.3% -
XYZ 2.58 1.98 7.08 -
YUV 38.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 36 33 76 0.53 0.57 0 0.70 244.19 0.39 0.21
Hex 24 21 4C 35 39 0 46 F4 27 15
Octal 44 41 114 65 71 0 106 364 47 25
Binary 100100 100001 1001100 110101 111001 0 1000110 11110100 100111 10101

Color Harmonies of #24214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24214C

Black with #24214C

Text Example


Text Example

White with #24214C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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