#24164B

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

Shades of Violent Violet #24164B

Tints of Violent Violet #24164B

Color information

#24164B (or 0x24164B) is unknown color: approx Violent Violet. HEX triplet: 24, 16 and 4B. RGB value is (36,22,75). Sum of RGB (Red+Green+Blue) = 36+22+75=133 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.07% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #24164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24164B is #DBE9B4. Grayscale: #202020. Windows color (decimal): -14412213 or 4920868. OLE color: 4920868.

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

Color convert

RGB362275-
CMYK0.520.7100.71
HSL255.85º54.64%19.02%-
HSV(B)255.85º70.67%29.41%-
XYZ2.281.466.82-
YUV32.23152.14130.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.07%
GREEN value IS 22 (8.98% from 255) = 16.54%
BLUE value IS 75 (29.69% from 255) = 56.39%
R=27.07%
G=16.54%
B=56.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3622750.520.7100.71255.8554.6419.02
Hex24164B34470471003713
Octal44261136410701074006723
Binary10010010110100101111010010001110100011110000000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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