#33094E

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

Shades of Blackcurrant #33094E

Tints of Blackcurrant #33094E

Color information

#33094E (or 0x33094E) is unknown color: approx Blackcurrant. HEX triplet: 33, 09 and 4E. RGB value is (51,9,78). Sum of RGB (Red+Green+Blue) = 51+9+78=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #33094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33094E is #CCF6B1. Grayscale: #1D1D1D. Windows color (decimal): -13432498 or 5114163. OLE color: 5114163.

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

Color convert

RGB51978-
CMYK0.350.8800.69
HSL276.52º79.31%17.06%-
HSV(B)276.52º88.46%30.59%-
XYZ2.841.457.34-
YUV29.42155.41143.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 9 (3.91% from 255) = 6.52%
BLUE value IS 78 (30.86% from 255) = 56.52%
R=36.96%
G=6.52%
B=56.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal519780.350.8800.69276.5279.3117.06
Hex3394E23580451154f11
Octal631111643130010542511721
Binary11001110011001110100011101100001000101100010101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33094E; }

 p { color: rgb(51,9,78); }

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

<style>
 a { background-color: #33094E; }

 a { background-color: rgb(51,9,78); }

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

<style>
 span { border-color: #33094E; }

 span { border-color: rgb(51,9,78); }

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