#34084F

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

Shades of Blackcurrant #34084F

Tints of Blackcurrant #34084F

Color information

#34084F (or 0x34084F) is unknown color: approx Blackcurrant. HEX triplet: 34, 08 and 4F. RGB value is (52,8,79). Sum of RGB (Red+Green+Blue) = 52+8+79=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #34084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34084F is #CBF7B0. Grayscale: #1D1D1D. Windows color (decimal): -13367217 or 5179444. OLE color: 5179444.

HSL color Cylindrical-coordinate representation of color #34084F: hue angle of 277.18º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34084F is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB52879-
CMYK0.340.9000.69
HSL277.18º81.61%17.06%-
HSV(B)277.18º89.87%30.98%-
XYZ2.911.477.53-
YUV29.25156.08144.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 8 (3.52% from 255) = 5.76%
BLUE value IS 79 (31.25% from 255) = 56.83%
R=37.41%
G=5.76%
B=56.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal528790.340.9000.69277.1881.6117.06
Hex3484F225A0451155211
Octal641011742132010542512221
Binary11010010001001111100010101101001000101100010101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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