#33193D

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

Shades of Blackcurrant #33193D

Tints of Blackcurrant #33193D

Color information

#33193D (or 0x33193D) is unknown color: approx Blackcurrant. HEX triplet: 33, 19 and 3D. RGB value is (51,25,61). Sum of RGB (Red+Green+Blue) = 51+25+61=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #33193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33193D is #CCE6C2. Grayscale: #242424. Windows color (decimal): -13428419 or 4004147. OLE color: 4004147.

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

Color convert

RGB512561-
CMYK0.160.5900.76
HSL283.33º41.86%16.86%-
HSV(B)283.33º59.02%23.92%-
XYZ2.561.744.62-
YUV36.88141.61138.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.23%
GREEN value IS 25 (10.16% from 255) = 18.25%
BLUE value IS 61 (24.22% from 255) = 44.53%
R=37.23%
G=18.25%
B=44.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5125610.160.5900.76283.3341.8616.86
Hex33193D103B04C11b2a11
Octal633175207301144335221
Binary11001111001111101100001110110100110010001101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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