#24094B

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

Shades of Violent Violet #24094B

Tints of Violent Violet #24094B

Color information

#24094B (or 0x24094B) is unknown color: approx Violent Violet. HEX triplet: 24, 09 and 4B. RGB value is (36,9,75). Sum of RGB (Red+Green+Blue) = 36+9+75=120 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #24094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24094B is #DBF6B4. Grayscale: #181818. Windows color (decimal): -14415541 or 4917540. OLE color: 4917540.

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

Color convert

RGB36975-
CMYK0.520.8800.71
HSL264.55º78.57%16.47%-
HSV(B)264.55º88%29.41%-
XYZ2.11.086.75-
YUV24.6156.45136.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30%
GREEN value IS 9 (3.91% from 255) = 7.5%
BLUE value IS 75 (29.69% from 255) = 62.5%
R=30%
G=7.5%
B=62.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal369750.520.8800.71264.5578.5716.47
Hex2494B34580471094f10
Octal441111364130010741111720
Binary10010010011001011110100101100001000111100001001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,9,75); }

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

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

 a { background-color: rgb(36,9,75); }

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

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

 span { border-color: rgb(36,9,75); }

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