Html Css Color HEX #292446 Paua

📋 copy color: '#292446'

red 41 ◦ green 36 ◦ blue 70

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

Shades of Paua #292446

Tints of Paua #292446

RGB

 RED value IS 41 (16.41% from 255) = 27.89%

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

 BLUE value IS 70 (27.73% from 255) = 47.62%

R = 27.89%
G = 24.49%
B = 47.62%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#292446 (or 0x292446) is known color: Paua. HEX triplet: 29, 24 and 46. RGB value is (41,36,70). Sum of RGB (Red+Green+Blue) = 41+36+70=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #292446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292446 is #D6DBB9. Grayscale: #292929. Windows color (decimal): -14080954 or 4596777. OLE color: 4596777.

HSL color Cylindrical-coordinate representation of color #292446: hue angle of 248.82º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #292446 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 36 70 -
CMYK 0.41 0.49 0 0.73
HSL 248.82º 0.32% 0.21% -
HSV(B) 248.82º 0.49% 0.27% -
XYZ 2.65 2.18 6.07 -
YUV 41.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 41 36 70 0.41 0.49 0 0.73 248.82 0.32 0.21
Hex 29 24 46 29 31 0 49 F9 20 15
Octal 51 44 106 51 61 0 111 371 40 25
Binary 101001 100100 1000110 101001 110001 0 1001001 11111001 100000 10101

Color Harmonies of #292446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292446

Black with #292446

Text Example


Text Example

White with #292446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292446; }

 p { color: rgb(41,36,70); }

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

background-color css

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

 a { background-color: rgb(41,36,70); }

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

border-color css

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

 span { border-color: rgb(41,36,70); }

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