#33074F

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

Shades of Blackcurrant #33074F

Tints of Blackcurrant #33074F

Color information

#33074F (or 0x33074F) is unknown color: approx Blackcurrant. HEX triplet: 33, 07 and 4F. RGB value is (51,7,79). Sum of RGB (Red+Green+Blue) = 51+7+79=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #33074F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33074F is #CCF8B0. Grayscale: #1C1C1C. Windows color (decimal): -13433009 or 5179187. OLE color: 5179187.

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

Color convert

RGB51779-
CMYK0.350.9100.69
HSL276.67º83.72%16.86%-
HSV(B)276.67º91.14%30.98%-
XYZ2.851.427.52-
YUV28.36156.58144.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.23%
GREEN value IS 7 (3.12% from 255) = 5.11%
BLUE value IS 79 (31.25% from 255) = 57.66%
R=37.23%
G=5.11%
B=57.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal517790.350.9100.69276.6783.7216.86
Hex3374F235B0451155411
Octal63711743133010542512421
Binary1100111111001111100011101101101000101100010101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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