#302371

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

Shades of Paris M #302371

Tints of Paris M #302371

Color information

#302371 (or 0x302371) is unknown color: approx Paris M. HEX triplet: 30, 23 and 71. RGB value is (48,35,113). Sum of RGB (Red+Green+Blue) = 48+35+113=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #302371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302371 is #CFDC8E. Grayscale: #2F2F2F. Windows color (decimal): -13622415 or 7414576. OLE color: 7414576.

HSL color Cylindrical-coordinate representation of color #302371: hue angle of 250º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #302371 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4835113-
CMYK0.580.6900.56
HSL250º52.7%29.02%-
HSV(B)250º69.03%44.31%-
XYZ4.83.0215.95-
YUV47.78164.81128.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 113 (44.53% from 255) = 57.65%
R=24.49%
G=17.86%
B=57.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48351130.580.6900.5625052.729.02
Hex3023713A45038fa351d
Octal6043161721050703726535
Binary1100001000111110001111010100010101110001111101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302371; }

 p { color: rgb(48,35,113); }

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

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

 a { background-color: rgb(48,35,113); }

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

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

 span { border-color: rgb(48,35,113); }

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