#34144E

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

Shades of Blackcurrant #34144E

Tints of Blackcurrant #34144E

Color information

#34144E (or 0x34144E) is unknown color: approx Blackcurrant. HEX triplet: 34, 14 and 4E. RGB value is (52,20,78). Sum of RGB (Red+Green+Blue) = 52+20+78=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #34144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34144E is #CBEBB1. Grayscale: #232323. Windows color (decimal): -13364146 or 5116980. OLE color: 5116980.

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

Color convert

RGB522078-
CMYK0.330.7400.69
HSL273.1º59.18%19.22%-
HSV(B)273.1º74.36%30.59%-
XYZ3.041.787.39-
YUV36.18151.6139.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.67%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 78 (30.86% from 255) = 52%
R=34.67%
G=13.33%
B=52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5220780.330.7400.69273.159.1819.22
Hex34144E214A0451113b13
Octal64241164111201054217323
Binary11010010100100111010000110010100100010110001000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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