#34084D

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

Shades of Blackcurrant #34084D

Tints of Blackcurrant #34084D

Color information

#34084D (or 0x34084D) is unknown color: approx Blackcurrant. HEX triplet: 34, 08 and 4D. RGB value is (52,8,77). Sum of RGB (Red+Green+Blue) = 52+8+77=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #34084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34084D is #CBF7B2. Grayscale: #1C1C1C. Windows color (decimal): -13367219 or 5048372. OLE color: 5048372.

HSL color Cylindrical-coordinate representation of color #34084D: hue angle of 278.26º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34084D is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB52877-
CMYK0.320.9000.70
HSL278.26º81.18%16.67%-
HSV(B)278.26º89.61%30.2%-
XYZ2.841.447.15-
YUV29.02155.08144.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 8 (3.52% from 255) = 5.84%
BLUE value IS 77 (30.47% from 255) = 56.20%
R=37.96%
G=5.84%
B=56.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal528770.320.9000.70278.2681.1816.67
Hex3484D205A0461165111
Octal641011540132010642612121
Binary11010010001001101100000101101001000110100010110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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