#19014B

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

Shades of Violent Violet #19014B

Tints of Violent Violet #19014B

Color information

#19014B (or 0x19014B) is unknown color: approx Violent Violet. HEX triplet: 19, 01 and 4B. RGB value is (25,1,75). Sum of RGB (Red+Green+Blue) = 25+1+75=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 75 (29.69% from 255 or 74.26% from 101); Max value from RGB is 75 - color contains mainly: blue. Hex color #19014B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19014B is #E6FEB4. Grayscale: #101010. Windows color (decimal): -15138485 or 4915481. OLE color: 4915481.

HSL color Cylindrical-coordinate representation of color #19014B: hue angle of 259.46º 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 #19014B is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB25175-
CMYK0.670.9900.71
HSL259.46º97.37%14.9%-
HSV(B)259.46º98.67%29.41%-
XYZ1.680.746.71-
YUV16.61160.95133.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.75%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 75 (29.69% from 255) = 74.26%
R=24.75%
G=0.99%
B=74.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal251750.670.9900.71259.4697.3714.9
Hex1914B436304710361f
Octal311113103143010740314117
Binary1100111001011100001111000110100011110000001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,1,75); }

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

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

 a { background-color: rgb(25,1,75); }

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

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

 span { border-color: rgb(25,1,75); }

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