#33074C

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

Shades of Blackcurrant #33074C

Tints of Blackcurrant #33074C

Color information

#33074C (or 0x33074C) is unknown color: approx Blackcurrant. HEX triplet: 33, 07 and 4C. RGB value is (51,7,76). Sum of RGB (Red+Green+Blue) = 51+7+76=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 76 (30.08% from 255 or 56.72% from 134); Max value from RGB is 76 - color contains mainly: blue. Hex color #33074C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33074C is #CCF8B3. Grayscale: #1B1B1B. Windows color (decimal): -13433012 or 4982579. OLE color: 4982579.

HSL color Cylindrical-coordinate representation of color #33074C: hue angle of 278.26º 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 #33074C is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB51776-
CMYK0.330.9100.70
HSL278.26º83.13%16.27%-
HSV(B)278.26º90.79%29.8%-
XYZ2.751.386.96-
YUV28.02155.08144.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.06%
GREEN value IS 7 (3.12% from 255) = 5.22%
BLUE value IS 76 (30.08% from 255) = 56.72%
R=38.06%
G=5.22%
B=56.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal517760.330.9100.70278.2683.1316.27
Hex3374C215B0461165310
Octal63711441133010642612320
Binary1100111111001100100001101101101000110100010110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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