#33033A

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

Shades of Blackcurrant #33033A

Tints of Blackcurrant #33033A

Color information

#33033A (or 0x33033A) is unknown color: approx Blackcurrant. HEX triplet: 33, 03 and 3A. RGB value is (51,3,58). Sum of RGB (Red+Green+Blue) = 51+3+58=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #33033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33033A is #CCFCC5. Grayscale: #171717. Windows color (decimal): -13434054 or 3801907. OLE color: 3801907.

HSL color Cylindrical-coordinate representation of color #33033A: hue angle of 292.36º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33033A is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB51358-
CMYK0.120.9500.77
HSL292.36º90.16%11.96%-
HSV(B)292.36º94.83%22.75%-
XYZ2.161.074.1-
YUV23.62147.4147.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.54%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 58 (23.05% from 255) = 51.79%
R=45.54%
G=2.68%
B=51.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal513580.120.9500.77292.3690.1611.96
Hex3333AC5F04D1245ac
Octal6337214137011544413214
Binary11001111111010110010111110100110110010010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,3,58); }

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

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

 a { background-color: rgb(51,3,58); }

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

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

 span { border-color: rgb(51,3,58); }

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