#302952

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

Shades of Paua #302952

Tints of Paua #302952

Color information

#302952 (or 0x302952) is unknown color: approx Paua. HEX triplet: 30, 29 and 52. RGB value is (48,41,82). Sum of RGB (Red+Green+Blue) = 48+41+82=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #302952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302952 is #CFD6AD. Grayscale: #2F2F2F. Windows color (decimal): -13620910 or 5384496. OLE color: 5384496.

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

Color convert

RGB484182-
CMYK0.410.5000.68
HSL250.24º33.33%24.12%-
HSV(B)250.24º50%32.16%-
XYZ3.532.828.34-
YUV47.77147.32128.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.07%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 82 (32.42% from 255) = 47.95%
R=28.07%
G=23.98%
B=47.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4841820.410.5000.68250.2433.3324.12
Hex3029522932044fa2118
Octal6051122516201043724130
Binary1100001010011010010101001110010010001001111101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302952; }

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

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

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

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

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

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

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

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