#302752

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

Shades of Paua #302752

Tints of Paua #302752

Color information

#302752 (or 0x302752) is unknown color: approx Paua. HEX triplet: 30, 27 and 52. RGB value is (48,39,82). Sum of RGB (Red+Green+Blue) = 48+39+82=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #302752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302752 is #CFD8AD. Grayscale: #2E2E2E. Windows color (decimal): -13621422 or 5383984. OLE color: 5383984.

HSL color Cylindrical-coordinate representation of color #302752: hue angle of 252.56º 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 #302752 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB483982-
CMYK0.410.5200.68
HSL252.56º35.54%23.73%-
HSV(B)252.56º52.44%32.16%-
XYZ3.472.698.32-
YUV46.59147.98129-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 82 (32.42% from 255) = 48.52%
R=28.40%
G=23.08%
B=48.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4839820.410.5200.68252.5635.5423.73
Hex3027522934044fd2418
Octal6047122516401043754430
Binary1100001001111010010101001110100010001001111110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302752; }

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

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

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

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

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

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

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

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