#18014A

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

Shades of Violent Violet #18014A

Tints of Violent Violet #18014A

Color information

#18014A (or 0x18014A) is unknown color: approx Violent Violet. HEX triplet: 18, 01 and 4A. RGB value is (24,1,74). Sum of RGB (Red+Green+Blue) = 24+1+74=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #18014A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18014A is #E7FEB5. Grayscale: #0F0F0F. Windows color (decimal): -15204022 or 4849944. OLE color: 4849944.

HSL color Cylindrical-coordinate representation of color #18014A: hue angle of 258.9º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18014A is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB24174-
CMYK0.680.9900.71
HSL258.9º97.33%14.71%-
HSV(B)258.9º98.65%29.02%-
XYZ1.620.716.53-
YUV16.2160.62133.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.24%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 74 (29.30% from 255) = 74.75%
R=24.24%
G=1.01%
B=74.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal241740.680.9900.71258.997.3314.71
Hex1814A446304710361f
Octal301112104143010740314117
Binary1100011001010100010011000110100011110000001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18014A; }

 p { color: rgb(24,1,74); }

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

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

 a { background-color: rgb(24,1,74); }

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

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

 span { border-color: rgb(24,1,74); }

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