Html Css Color HEX #24234D Paua

📋 copy color: '#24234D'

red 36 ◦ green 35 ◦ blue 77

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

Shades of Paua #24234D

Tints of Paua #24234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.65%

 BLUE value IS 77 (30.47% from 255) = 52.03%

R = 24.32%
G = 23.65%
B = 52.03%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#24234D (or 0x24234D) is known color: Paua. HEX triplet: 24, 23 and 4D. RGB value is (36,35,77). Sum of RGB (Red+Green+Blue) = 36+35+77=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #24234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24234D is #DBDCB2. Grayscale: #272727. Windows color (decimal): -14408883 or 5055268. OLE color: 5055268.

HSL color Cylindrical-coordinate representation of color #24234D: hue angle of 241.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #24234D is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 36 35 77 -
CMYK 0.53 0.55 0 0.70
HSL 241.43º 0.38% 0.22% -
HSV(B) 241.43º 0.55% 0.3% -
XYZ 2.67 2.11 7.29 -
YUV 40.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 36 35 77 0.53 0.55 0 0.70 241.43 0.38 0.22
Hex 24 23 4D 35 37 0 46 F1 26 16
Octal 44 43 115 65 67 0 106 361 46 26
Binary 100100 100011 1001101 110101 110111 0 1000110 11110001 100110 10110

Color Harmonies of #24234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24234D

Black with #24234D

Text Example


Text Example

White with #24234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24234D; }

 p { color: rgb(36,35,77); }

 H1.HeaderClassName
 {
   color: #24234D;
 }
 .AnyTagClassName
 {
   color: #24234D;
 }
</style>

background-color css

<style>
 a { background-color: #24234D; }

 a { background-color: rgb(36,35,77); }

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

border-color css

<style>
 span { border-color: #24234D; }

 span { border-color: rgb(36,35,77); }

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