Html Css Color HEX #161049 Paua

📋 copy color: '#161049'

red 22 ◦ green 16 ◦ blue 73

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

Shades of Paua #161049

Tints of Paua #161049

RGB

 RED value IS 22 (8.98% from 255) = 19.82%

 GREEN value IS 16 (6.64% from 255) = 14.41%

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

R = 19.82%
G = 14.41%
B = 65.77%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#161049 (or 0x161049) is known color: Paua. HEX triplet: 16, 10 and 49. RGB value is (22,16,73). Sum of RGB (Red+Green+Blue) = 22+16+73=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 73 (28.91% from 255 or 65.77% from 111); Max value from RGB is 73 - color contains mainly: blue. Hex color #161049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161049 is #E9EFB6. Grayscale: #181818. Windows color (decimal): -15331255 or 4788246. OLE color: 4788246.

HSL color Cylindrical-coordinate representation of color #161049: hue angle of 246.32º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #161049 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 22 16 73 -
CMYK 0.70 0.78 0 0.71
HSL 246.32º 0.64% 0.17% -
HSV(B) 246.32º 0.78% 0.29% -
XYZ 1.72 1.02 6.41 -
YUV 24.29 155.49 126.37 -
System Red Green Blue C M Y K H S L
Decimal 22 16 73 0.70 0.78 0 0.71 246.32 0.64 0.17
Hex 16 10 49 46 4E 0 47 F6 40 11
Octal 26 20 111 106 116 0 107 366 100 21
Binary 10110 10000 1001001 1000110 1001110 0 1000111 11110110 1000000 10001

Color Harmonies of #161049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161049

Black with #161049

Text Example


Text Example

White with #161049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161049; }

 p { color: rgb(22,16,73); }

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

background-color css

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

 a { background-color: rgb(22,16,73); }

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

border-color css

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

 span { border-color: rgb(22,16,73); }

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