#34114D

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

Shades of Blackcurrant #34114D

Tints of Blackcurrant #34114D

Color information

#34114D (or 0x34114D) is unknown color: approx Blackcurrant. HEX triplet: 34, 11 and 4D. RGB value is (52,17,77). Sum of RGB (Red+Green+Blue) = 52+17+77=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #34114D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34114D is #CBEEB2. Grayscale: #222222. Windows color (decimal): -13364915 or 5050676. OLE color: 5050676.

HSL color Cylindrical-coordinate representation of color #34114D: hue angle of 275º 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 #34114D is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB521777-
CMYK0.320.7800.70
HSL275º63.83%18.43%-
HSV(B)275º77.92%30.2%-
XYZ2.961.677.19-
YUV34.3152.1140.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 17 (7.03% from 255) = 11.64%
BLUE value IS 77 (30.47% from 255) = 52.74%
R=35.62%
G=11.64%
B=52.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5217770.320.7800.7027563.8318.43
Hex34114D204E0461134012
Octal642111540116010642310022
Binary110100100011001101100000100111001000110100010011100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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