#33074D

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

Shades of Blackcurrant #33074D

Tints of Blackcurrant #33074D

Color information

#33074D (or 0x33074D) is unknown color: approx Blackcurrant. HEX triplet: 33, 07 and 4D. RGB value is (51,7,77). Sum of RGB (Red+Green+Blue) = 51+7+77=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #33074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33074D is #CCF8B2. Grayscale: #1B1B1B. Windows color (decimal): -13433011 or 5048115. OLE color: 5048115.

HSL color Cylindrical-coordinate representation of color #33074D: hue angle of 277.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33074D is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB51777-
CMYK0.340.9100.70
HSL277.71º83.33%16.47%-
HSV(B)277.71º90.91%30.2%-
XYZ2.781.397.14-
YUV28.14155.58144.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.78%
GREEN value IS 7 (3.12% from 255) = 5.19%
BLUE value IS 77 (30.47% from 255) = 57.04%
R=37.78%
G=5.19%
B=57.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal517770.340.9100.70277.7183.3316.47
Hex3374D225B0461165310
Octal63711542133010642612320
Binary1100111111001101100010101101101000110100010110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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