#33024F

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

Shades of Blackcurrant #33024F

Tints of Blackcurrant #33024F

Color information

#33024F (or 0x33024F) is unknown color: approx Blackcurrant. HEX triplet: 33, 02 and 4F. RGB value is (51,2,79). Sum of RGB (Red+Green+Blue) = 51+2+79=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 79 (31.25% from 255 or 59.85% from 132); Max value from RGB is 79 - color contains mainly: blue. Hex color #33024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33024F is #CCFDB0. Grayscale: #191919. Windows color (decimal): -13434289 or 5177907. OLE color: 5177907.

HSL color Cylindrical-coordinate representation of color #33024F: hue angle of 278.18º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #33024F is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB51279-
CMYK0.350.9700.69
HSL278.18º95.06%15.88%-
HSV(B)278.18º97.47%30.98%-
XYZ2.81.317.5-
YUV25.43158.23146.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 79 (31.25% from 255) = 59.85%
R=38.64%
G=1.52%
B=59.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal512790.350.9700.69278.1895.0615.88
Hex3324F23610451165f10
Octal63211743141010542613720
Binary110011101001111100011110000101000101100010110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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