#301B48

Color #301B48 Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #301B48

Tints of Violent Violet #301B48

Color information

#301B48 (or 0x301B48) is unknown color: approx Violent Violet. HEX triplet: 30, 1B and 48. RGB value is (48,27,72). Sum of RGB (Red+Green+Blue) = 48+27+72=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #301B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B48 is #CFE4B7. Grayscale: #262626. Windows color (decimal): -13624504 or 4725552. OLE color: 4725552.

HSL color Cylindrical-coordinate representation of color #301B48: hue angle of 268º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301B48 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB482772-
CMYK0.330.6200.72
HSL268º45.45%19.41%-
HSV(B)268º62.5%28.24%-
XYZ2.781.886.35-
YUV38.41146.96134.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 72 (28.52% from 255) = 48.98%
R=32.65%
G=18.37%
B=48.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4827720.330.6200.7226845.4519.41
Hex301B48213E04810c2d13
Octal6033110417601104145523
Binary1100001101110010001000011111100100100010000110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301B48; }

 p { color: rgb(48,27,72); }

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

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

 a { background-color: rgb(48,27,72); }

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

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

 span { border-color: rgb(48,27,72); }

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