#160952

Color #160952 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #160952

Tints of Paua #160952

Color information

#160952 (or 0x160952) is unknown color: approx Paua. HEX triplet: 16, 09 and 52. RGB value is (22,9,82). Sum of RGB (Red+Green+Blue) = 22+9+82=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 82 (32.42% from 255 or 72.57% from 113); Max value from RGB is 82 - color contains mainly: blue. Hex color #160952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160952 is #E9F6AD. Grayscale: #141414. Windows color (decimal): -15333038 or 5376278. OLE color: 5376278.

HSL color Cylindrical-coordinate representation of color #160952: hue angle of 250.68º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #160952 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB22982-
CMYK0.730.8900.68
HSL250.68º80.22%17.84%-
HSV(B)250.68º89.02%32.16%-
XYZ1.950.988.07-
YUV21.21162.31128.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.47%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 82 (32.42% from 255) = 72.57%
R=19.47%
G=7.96%
B=72.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal229820.730.8900.68250.6880.2217.84
Hex169524959044fb5012
Octal2611122111131010437312022
Binary1011010011010010100100110110010100010011111011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160952; }

 p { color: rgb(22,9,82); }

 H1.HeaderClassName
 {
   color: #160952;
 }
 .AnyTagClassName
 {
   color: #160952;
 }
</style>
background-color css

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

 a { background-color: rgb(22,9,82); }

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

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

 span { border-color: rgb(22,9,82); }

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