#33104F

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

Shades of Blackcurrant #33104F

Tints of Blackcurrant #33104F

Color information

#33104F (or 0x33104F) is unknown color: approx Blackcurrant. HEX triplet: 33, 10 and 4F. RGB value is (51,16,79). Sum of RGB (Red+Green+Blue) = 51+16+79=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #33104F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33104F is #CCEFB0. Grayscale: #212121. Windows color (decimal): -13430705 or 5181491. OLE color: 5181491.

HSL color Cylindrical-coordinate representation of color #33104F: hue angle of 273.33º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33104F is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB511679-
CMYK0.350.8000.69
HSL273.33º66.32%18.63%-
HSV(B)273.33º79.75%30.98%-
XYZ2.961.647.56-
YUV33.65153.6140.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.93%
GREEN value IS 16 (6.64% from 255) = 10.96%
BLUE value IS 79 (31.25% from 255) = 54.11%
R=34.93%
G=10.96%
B=54.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5116790.350.8000.69273.3366.3218.63
Hex33104F23500451114213
Octal632011743120010542110223
Binary110011100001001111100011101000001000101100010001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33104F; }

 p { color: rgb(51,16,79); }

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

<style>
 a { background-color: #33104F; }

 a { background-color: rgb(51,16,79); }

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

<style>
 span { border-color: #33104F; }

 span { border-color: rgb(51,16,79); }

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