#33084F

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

Shades of Blackcurrant #33084F

Tints of Blackcurrant #33084F

Color information

#33084F (or 0x33084F) is unknown color: approx Blackcurrant. HEX triplet: 33, 08 and 4F. RGB value is (51,8,79). Sum of RGB (Red+Green+Blue) = 51+8+79=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 79 (31.25% from 255 or 57.25% from 138); Max value from RGB is 79 - color contains mainly: blue. Hex color #33084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33084F is #CCF7B0. Grayscale: #1C1C1C. Windows color (decimal): -13432753 or 5179443. OLE color: 5179443.

HSL color Cylindrical-coordinate representation of color #33084F: hue angle of 276.34º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33084F is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB51879-
CMYK0.350.9000.69
HSL276.34º81.61%17.06%-
HSV(B)276.34º89.87%30.98%-
XYZ2.861.447.52-
YUV28.95156.25143.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 79 (31.25% from 255) = 57.25%
R=36.96%
G=5.80%
B=57.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal518790.350.9000.69276.3481.6117.06
Hex3384F235A0451145211
Octal631011743132010542412221
Binary11001110001001111100011101101001000101100010100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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