#302953

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

Shades of Paua #302953

Tints of Paua #302953

Color information

#302953 (or 0x302953) is unknown color: approx Paua. HEX triplet: 30, 29 and 53. RGB value is (48,41,83). Sum of RGB (Red+Green+Blue) = 48+41+83=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #302953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302953 is #CFD6AC. Grayscale: #2F2F2F. Windows color (decimal): -13620909 or 5450032. OLE color: 5450032.

HSL color Cylindrical-coordinate representation of color #302953: hue angle of 250º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #302953 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB484183-
CMYK0.420.5100.67
HSL250º33.87%24.31%-
HSV(B)250º50.6%32.55%-
XYZ3.572.848.54-
YUV47.88147.82128.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 41 (16.41% from 255) = 23.84%
BLUE value IS 83 (32.81% from 255) = 48.26%
R=27.91%
G=23.84%
B=48.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4841830.420.5100.6725033.8724.31
Hex3029532A33043fa2218
Octal6051123526301033724230
Binary1100001010011010011101010110011010000111111101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302953; }

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

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

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

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

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

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

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

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