#34094F

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

Shades of Blackcurrant #34094F

Tints of Blackcurrant #34094F

Color information

#34094F (or 0x34094F) is unknown color: approx Blackcurrant. HEX triplet: 34, 09 and 4F. RGB value is (52,9,79). Sum of RGB (Red+Green+Blue) = 52+9+79=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #34094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34094F is #CBF6B0. Grayscale: #1D1D1D. Windows color (decimal): -13366961 or 5179700. OLE color: 5179700.

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

Color convert

RGB52979-
CMYK0.340.8900.69
HSL276.86º79.55%17.25%-
HSV(B)276.86º88.61%30.98%-
XYZ2.931.497.53-
YUV29.84155.75143.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.14%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 79 (31.25% from 255) = 56.43%
R=37.14%
G=6.43%
B=56.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal529790.340.8900.69276.8679.5517.25
Hex3494F22590451155011
Octal641111742131010542512021
Binary11010010011001111100010101100101000101100010101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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