#30184B

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

Shades of Violent Violet #30184B

Tints of Violent Violet #30184B

Color information

#30184B (or 0x30184B) is unknown color: approx Violent Violet. HEX triplet: 30, 18 and 4B. RGB value is (48,24,75). Sum of RGB (Red+Green+Blue) = 48+24+75=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #30184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30184B is #CFE7B4. Grayscale: #242424. Windows color (decimal): -13625269 or 4921392. OLE color: 4921392.

HSL color Cylindrical-coordinate representation of color #30184B: hue angle of 268.24º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30184B is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB482475-
CMYK0.360.6800.71
HSL268.24º51.52%19.41%-
HSV(B)268.24º68%29.41%-
XYZ2.821.796.85-
YUV36.99149.45135.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 75 (29.69% from 255) = 51.02%
R=32.65%
G=16.33%
B=51.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4824750.360.6800.71268.2451.5219.41
Hex30184B244404710c3413
Octal60301134410401074146423
Binary11000011000100101110010010001000100011110000110011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30184B; }

 p { color: rgb(48,24,75); }

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

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

 a { background-color: rgb(48,24,75); }

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

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

 span { border-color: rgb(48,24,75); }

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