Html Css Color HEX #282249 Paua

📋 copy color: '#282249'

red 40 ◦ green 34 ◦ blue 73

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

Shades of Paua #282249

Tints of Paua #282249

RGB

 RED value IS 40 (16.02% from 255) = 27.21%

 GREEN value IS 34 (13.67% from 255) = 23.13%

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

R = 27.21%
G = 23.13%
B = 49.66%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#282249 (or 0x282249) is known color: Paua. HEX triplet: 28, 22 and 49. RGB value is (40,34,73). Sum of RGB (Red+Green+Blue) = 40+34+73=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #282249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282249 is #D7DDB6. Grayscale: #282828. Windows color (decimal): -14146999 or 4792872. OLE color: 4792872.

HSL color Cylindrical-coordinate representation of color #282249: hue angle of 249.23º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #282249 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 34 73 -
CMYK 0.45 0.53 0 0.71
HSL 249.23º 0.36% 0.21% -
HSV(B) 249.23º 0.53% 0.29% -
XYZ 2.65 2.08 6.56 -
YUV 40.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 40 34 73 0.45 0.53 0 0.71 249.23 0.36 0.21
Hex 28 22 49 2D 35 0 47 F9 24 15
Octal 50 42 111 55 65 0 107 371 44 25
Binary 101000 100010 1001001 101101 110101 0 1000111 11111001 100100 10101

Color Harmonies of #282249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282249

Black with #282249

Text Example


Text Example

White with #282249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282249; }

 p { color: rgb(40,34,73); }

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

background-color css

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

 a { background-color: rgb(40,34,73); }

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

border-color css

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

 span { border-color: rgb(40,34,73); }

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