#18014B

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

Shades of Violent Violet #18014B

Tints of Violent Violet #18014B

Color information

#18014B (or 0x18014B) is unknown color: approx Violent Violet. HEX triplet: 18, 01 and 4B. RGB value is (24,1,75). Sum of RGB (Red+Green+Blue) = 24+1+75=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 75 (29.69% from 255 or 75% from 100); Max value from RGB is 75 - color contains mainly: blue. Hex color #18014B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18014B is #E7FEB4. Grayscale: #101010. Windows color (decimal): -15204021 or 4915480. OLE color: 4915480.

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

Color convert

RGB24175-
CMYK0.680.9900.71
HSL258.65º97.37%14.9%-
HSV(B)258.65º98.67%29.41%-
XYZ1.660.726.71-
YUV16.31161.12133.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 75 (29.69% from 255) = 75%
R=24%
G=1%
B=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
Decimal241750.680.9900.71258.6597.3714.9
Hex1814B446304710361f
Octal301113104143010740314117
Binary1100011001011100010011000110100011110000001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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