#33114D

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

Shades of Blackcurrant #33114D

Tints of Blackcurrant #33114D

Color information

#33114D (or 0x33114D) is unknown color: approx Blackcurrant. HEX triplet: 33, 11 and 4D. RGB value is (51,17,77). Sum of RGB (Red+Green+Blue) = 51+17+77=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #33114D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33114D is #CCEEB2. Grayscale: #212121. Windows color (decimal): -13430451 or 5050675. OLE color: 5050675.

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

Color convert

RGB511777-
CMYK0.340.7800.70
HSL274º63.83%18.43%-
HSV(B)274º77.92%30.2%-
XYZ2.911.647.18-
YUV34.01152.26140.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 17 (7.03% from 255) = 11.72%
BLUE value IS 77 (30.47% from 255) = 53.10%
R=35.17%
G=11.72%
B=53.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5117770.340.7800.7027463.8318.43
Hex33114D224E0461124012
Octal632111542116010642210022
Binary110011100011001101100010100111001000110100010010100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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