#19083D

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

Shades of Violent Violet #19083D

Tints of Violent Violet #19083D

Color information

#19083D (or 0x19083D) is unknown color: approx Violent Violet. HEX triplet: 19, 08 and 3D. RGB value is (25,8,61). Sum of RGB (Red+Green+Blue) = 25+8+61=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #19083D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19083D is #E6F7C2. Grayscale: #121212. Windows color (decimal): -15136707 or 3999769. OLE color: 3999769.

HSL color Cylindrical-coordinate representation of color #19083D: hue angle of 259.25º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19083D is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB25861-
CMYK0.590.8700.76
HSL259.25º76.81%13.53%-
HSV(B)259.25º86.89%23.92%-
XYZ1.330.724.48-
YUV19.12151.63132.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.60%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 61 (24.22% from 255) = 64.89%
R=26.60%
G=8.51%
B=64.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal258610.590.8700.76259.2576.8113.53
Hex1983D3B5704C1034de
Octal31107573127011440311516
Binary11001100011110111101110101110100110010000001110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19083D; }

 p { color: rgb(25,8,61); }

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

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

 a { background-color: rgb(25,8,61); }

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

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

 span { border-color: rgb(25,8,61); }

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