#34144C

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

Shades of Blackcurrant #34144C

Tints of Blackcurrant #34144C

Color information

#34144C (or 0x34144C) is unknown color: approx Blackcurrant. HEX triplet: 34, 14 and 4C. RGB value is (52,20,76). Sum of RGB (Red+Green+Blue) = 52+20+76=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #34144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34144C is #CBEBB3. Grayscale: #232323. Windows color (decimal): -13364148 or 4985908. OLE color: 4985908.

HSL color Cylindrical-coordinate representation of color #34144C: hue angle of 274.29º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34144C is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB522076-
CMYK0.320.7400.70
HSL274.29º58.33%18.82%-
HSV(B)274.29º73.68%29.8%-
XYZ2.971.757.02-
YUV35.95150.6139.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.14%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 76 (30.08% from 255) = 51.35%
R=35.14%
G=13.51%
B=51.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5220760.320.7400.70274.2958.3318.82
Hex34144C204A0461123a13
Octal64241144011201064227223
Binary11010010100100110010000010010100100011010001001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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