Html Css Color HEX #292752 Paua

📋 copy color: '#292752'

red 41 ◦ green 39 ◦ blue 82

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

Shades of Paua #292752

Tints of Paua #292752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.07%

 BLUE value IS 82 (32.42% from 255) = 50.62%

R = 25.31%
G = 24.07%
B = 50.62%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#292752 (or 0x292752) is known color: Paua. HEX triplet: 29, 27 and 52. RGB value is (41,39,82). Sum of RGB (Red+Green+Blue) = 41+39+82=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #292752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292752 is #D6D8AD. Grayscale: #2C2C2C. Windows color (decimal): -14080174 or 5383977. OLE color: 5383977.

HSL color Cylindrical-coordinate representation of color #292752: hue angle of 242.79º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #292752 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 39 82 -
CMYK 0.50 0.52 0 0.68
HSL 242.79º 0.36% 0.24% -
HSV(B) 242.79º 0.52% 0.32% -
XYZ 3.16 2.53 8.3 -
YUV 44.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 41 39 82 0.50 0.52 0 0.68 242.79 0.36 0.24
Hex 29 27 52 32 34 0 44 F3 24 18
Octal 51 47 122 62 64 0 104 363 44 30
Binary 101001 100111 1010010 110010 110100 0 1000100 11110011 100100 11000

Color Harmonies of #292752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292752

Black with #292752

Text Example


Text Example

White with #292752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292752; }

 p { color: rgb(41,39,82); }

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

background-color css

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

 a { background-color: rgb(41,39,82); }

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

border-color css

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

 span { border-color: rgb(41,39,82); }

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