#302850

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

Shades of Paua #302850

Tints of Paua #302850

Color information

#302850 (or 0x302850) is unknown color: approx Paua. HEX triplet: 30, 28 and 50. RGB value is (48,40,80). Sum of RGB (Red+Green+Blue) = 48+40+80=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #302850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302850 is #CFD7AF. Grayscale: #2E2E2E. Windows color (decimal): -13621168 or 5253168. OLE color: 5253168.

HSL color Cylindrical-coordinate representation of color #302850: hue angle of 252º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #302850 is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB484080-
CMYK0.400.500.69
HSL252º33.33%23.53%-
HSV(B)252º50%31.37%-
XYZ3.432.737.93-
YUV46.95146.65128.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 80 (31.64% from 255) = 47.62%
R=28.57%
G=23.81%
B=47.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4840800.400.500.6925233.3323.53
Hex3028502832045fc2118
Octal6050120506201053744130
Binary1100001010001010000101000110010010001011111110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302850; }

 p { color: rgb(48,40,80); }

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

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

 a { background-color: rgb(48,40,80); }

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

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

 span { border-color: rgb(48,40,80); }

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