Html Css Color HEX #292548 Paua

📋 copy color: '#292548'

red 41 ◦ green 37 ◦ blue 72

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

Shades of Paua #292548

Tints of Paua #292548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 48%

R = 27.33%
G = 24.67%
B = 48%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#292548 (or 0x292548) is known color: Paua. HEX triplet: 29, 25 and 48. RGB value is (41,37,72). Sum of RGB (Red+Green+Blue) = 41+37+72=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #292548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292548 is #D6DAB7. Grayscale: #2A2A2A. Windows color (decimal): -14080696 or 4728105. OLE color: 4728105.

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

Color convert

RGB 41 37 72 -
CMYK 0.43 0.49 0 0.72
HSL 246.86º 0.32% 0.21% -
HSV(B) 246.86º 0.49% 0.28% -
XYZ 2.75 2.26 6.42 -
YUV 42.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 41 37 72 0.43 0.49 0 0.72 246.86 0.32 0.21
Hex 29 25 48 2B 31 0 48 F7 20 15
Octal 51 45 110 53 61 0 110 367 40 25
Binary 101001 100101 1001000 101011 110001 0 1001000 11110111 100000 10101

Color Harmonies of #292548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292548

Black with #292548

Text Example


Text Example

White with #292548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292548; }

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

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

background-color css

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

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

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

border-color css

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

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

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