#33194A

Color #33194A Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #33194A

Tints of Blackcurrant #33194A

Color information

#33194A (or 0x33194A) is unknown color: approx Blackcurrant. HEX triplet: 33, 19 and 4A. RGB value is (51,25,74). Sum of RGB (Red+Green+Blue) = 51+25+74=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #33194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33194A is #CCE6B5. Grayscale: #262626. Windows color (decimal): -13428406 or 4856115. OLE color: 4856115.

HSL color Cylindrical-coordinate representation of color #33194A: hue angle of 271.84º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33194A is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB512574-
CMYK0.310.6600.71
HSL271.84º49.49%19.41%-
HSV(B)271.84º66.22%29.02%-
XYZ2.951.896.69-
YUV38.36148.11137.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 74 (29.30% from 255) = 49.33%
R=34%
G=16.67%
B=49.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5125740.310.6600.71271.8449.4919.41
Hex33194A1F420471103113
Octal63311123710201074206123
Binary1100111100110010101111110000100100011110001000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33194A; }

 p { color: rgb(51,25,74); }

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

<style>
 a { background-color: #33194A; }

 a { background-color: rgb(51,25,74); }

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

<style>
 span { border-color: #33194A; }

 span { border-color: rgb(51,25,74); }

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