Html Css Color HEX #24234C Paua

📋 copy color: '#24234C'

red 36 ◦ green 35 ◦ blue 76

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

Shades of Paua #24234C

Tints of Paua #24234C

RGB

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

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

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

R = 24.49%
G = 23.81%
B = 51.7%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#24234C (or 0x24234C) is known color: Paua. HEX triplet: 24, 23 and 4C. RGB value is (36,35,76). Sum of RGB (Red+Green+Blue) = 36+35+76=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #24234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24234C is #DBDCB3. Grayscale: #272727. Windows color (decimal): -14408884 or 4989732. OLE color: 4989732.

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

Color convert

RGB 36 35 76 -
CMYK 0.53 0.54 0 0.70
HSL 241.46º 0.37% 0.22% -
HSV(B) 241.46º 0.54% 0.3% -
XYZ 2.63 2.1 7.1 -
YUV 39.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 36 35 76 0.53 0.54 0 0.70 241.46 0.37 0.22
Hex 24 23 4C 35 36 0 46 F1 25 16
Octal 44 43 114 65 66 0 106 361 45 26
Binary 100100 100011 1001100 110101 110110 0 1000110 11110001 100101 10110

Color Harmonies of #24234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24234C

Black with #24234C

Text Example


Text Example

White with #24234C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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