#33124E

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

Shades of Blackcurrant #33124E

Tints of Blackcurrant #33124E

Color information

#33124E (or 0x33124E) is unknown color: approx Blackcurrant. HEX triplet: 33, 12 and 4E. RGB value is (51,18,78). Sum of RGB (Red+Green+Blue) = 51+18+78=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #33124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33124E is #CCEDB1. Grayscale: #222222. Windows color (decimal): -13430194 or 5116467. OLE color: 5116467.

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

Color convert

RGB511878-
CMYK0.350.7700.69
HSL273º62.5%18.82%-
HSV(B)273º76.92%30.59%-
XYZ2.961.697.38-
YUV34.71152.43139.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.69%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 78 (30.86% from 255) = 53.06%
R=34.69%
G=12.24%
B=53.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5118780.350.7700.6927362.518.82
Hex33124E234D0451113e13
Octal63221164311501054217623
Binary11001110010100111010001110011010100010110001000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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