#302165

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

Shades of Paris M #302165

Tints of Paris M #302165

Color information

#302165 (or 0x302165) is unknown color: approx Paris M. HEX triplet: 30, 21 and 65. RGB value is (48,33,101). Sum of RGB (Red+Green+Blue) = 48+33+101=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #302165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302165 is #CFDE9A. Grayscale: #2C2C2C. Windows color (decimal): -13622939 or 6627632. OLE color: 6627632.

HSL color Cylindrical-coordinate representation of color #302165: hue angle of 253.24º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302165 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4833101-
CMYK0.520.6700.60
HSL253.24º50.75%26.27%-
HSV(B)253.24º67.33%39.61%-
XYZ4.112.6612.61-
YUV45.24159.47129.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 101 (39.84% from 255) = 55.49%
R=26.37%
G=18.13%
B=55.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48331010.520.6700.60253.2450.7526.27
Hex302165344303Cfd331a
Octal6041145641030743756332
Binary1100001000011100101110100100001101111001111110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302165; }

 p { color: rgb(48,33,101); }

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

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

 a { background-color: rgb(48,33,101); }

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

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

 span { border-color: rgb(48,33,101); }

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