#33014E

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

Shades of Blackcurrant #33014E

Tints of Blackcurrant #33014E

Color information

#33014E (or 0x33014E) is unknown color: approx Blackcurrant. HEX triplet: 33, 01 and 4E. RGB value is (51,1,78). Sum of RGB (Red+Green+Blue) = 51+1+78=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #33014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33014E is #CCFEB1. Grayscale: #181818. Windows color (decimal): -13434546 or 5112115. OLE color: 5112115.

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

Color convert

RGB51178-
CMYK0.350.9900.69
HSL278.96º97.47%15.49%-
HSV(B)278.96º98.72%30.59%-
XYZ2.751.287.31-
YUV24.73158.06146.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.23%
GREEN value IS 1 (0.78% from 255) = 0.77%
BLUE value IS 78 (30.86% from 255) = 60%
R=39.23%
G=0.77%
B=60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal511780.350.9900.69278.9697.4715.49
Hex3314E236304511761f
Octal63111643143010542714117
Binary1100111100111010001111000110100010110001011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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