Html Css Color HEX #242149 Paua

📋 copy color: '#242149'

red 36 ◦ green 33 ◦ blue 73

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

Shades of Paua #242149

Tints of Paua #242149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 51.41%

R = 25.35%
G = 23.24%
B = 51.41%

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

#242149 (or 0x242149) is known color: Paua. HEX triplet: 24, 21 and 49. RGB value is (36,33,73). Sum of RGB (Red+Green+Blue) = 36+33+73=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #242149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242149 is #DBDEB6. Grayscale: #262626. Windows color (decimal): -14409399 or 4792612. OLE color: 4792612.

HSL color Cylindrical-coordinate representation of color #242149: hue angle of 244.5º 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 #242149 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 33 73 -
CMYK 0.51 0.55 0 0.71
HSL 244.5º 0.38% 0.21% -
HSV(B) 244.5º 0.55% 0.29% -
XYZ 2.47 1.94 6.55 -
YUV 38.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 36 33 73 0.51 0.55 0 0.71 244.5 0.38 0.21
Hex 24 21 49 33 37 0 47 F4 26 15
Octal 44 41 111 63 67 0 107 364 46 25
Binary 100100 100001 1001001 110011 110111 0 1000111 11110100 100110 10101

Color Harmonies of #242149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242149

Black with #242149

Text Example


Text Example

White with #242149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242149; }

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

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

background-color css

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

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

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

border-color css

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

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

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