Html Css Color HEX #292544 Paua

📋 copy color: '#292544'

red 41 ◦ green 37 ◦ blue 68

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

Shades of Paua #292544

Tints of Paua #292544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.34%

 BLUE value IS 68 (26.95% from 255) = 46.58%

R = 28.08%
G = 25.34%
B = 46.58%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#292544 (or 0x292544) is known color: Paua. HEX triplet: 29, 25 and 44. RGB value is (41,37,68). Sum of RGB (Red+Green+Blue) = 41+37+68=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 68 - color contains mainly: blue. Hex color #292544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292544 is #D6DABB. Grayscale: #292929. Windows color (decimal): -14080700 or 4465961. OLE color: 4465961.

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

Color convert

RGB 41 37 68 -
CMYK 0.40 0.46 0 0.73
HSL 247.74º 0.3% 0.21% -
HSV(B) 247.74º 0.46% 0.27% -
XYZ 2.62 2.21 5.76 -
YUV 41.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 41 37 68 0.40 0.46 0 0.73 247.74 0.3 0.21
Hex 29 25 44 28 2E 0 49 F8 1E 15
Octal 51 45 104 50 56 0 111 370 36 25
Binary 101001 100101 1000100 101000 101110 0 1001001 11111000 11110 10101

Color Harmonies of #292544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292544

Black with #292544

Text Example


Text Example

White with #292544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292544; }

 p { color: rgb(41,37,68); }

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

background-color css

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

 a { background-color: rgb(41,37,68); }

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

border-color css

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

 span { border-color: rgb(41,37,68); }

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