#34134E

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

Shades of Blackcurrant #34134E

Tints of Blackcurrant #34134E

Color information

#34134E (or 0x34134E) is unknown color: approx Blackcurrant. HEX triplet: 34, 13 and 4E. RGB value is (52,19,78). Sum of RGB (Red+Green+Blue) = 52+19+78=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #34134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34134E is #CBECB1. Grayscale: #232323. Windows color (decimal): -13364402 or 5116724. OLE color: 5116724.

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

Color convert

RGB521978-
CMYK0.330.7600.69
HSL273.56º60.82%19.02%-
HSV(B)273.56º75.64%30.59%-
XYZ3.021.757.39-
YUV35.59151.93139.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.90%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 78 (30.86% from 255) = 52.35%
R=34.90%
G=12.75%
B=52.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5219780.330.7600.69273.5660.8219.02
Hex34134E214C0451123d13
Octal64231164111401054227523
Binary11010010011100111010000110011000100010110001001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,19,78); }

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

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

 a { background-color: rgb(52,19,78); }

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

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

 span { border-color: rgb(52,19,78); }

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