#34094E

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

Shades of Blackcurrant #34094E

Tints of Blackcurrant #34094E

Color information

#34094E (or 0x34094E) is unknown color: approx Blackcurrant. HEX triplet: 34, 09 and 4E. RGB value is (52,9,78). Sum of RGB (Red+Green+Blue) = 52+9+78=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 78 (30.86% from 255 or 56.12% from 139); Max value from RGB is 78 - color contains mainly: blue. Hex color #34094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34094E is #CBF6B1. Grayscale: #1D1D1D. Windows color (decimal): -13366962 or 5114164. OLE color: 5114164.

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

Color convert

RGB52978-
CMYK0.330.8800.69
HSL277.39º79.31%17.06%-
HSV(B)277.39º88.46%30.59%-
XYZ2.891.487.34-
YUV29.72155.25143.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 78 (30.86% from 255) = 56.12%
R=37.41%
G=6.47%
B=56.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal529780.330.8800.69277.3979.3117.06
Hex3494E21580451154f11
Octal641111641130010542511721
Binary11010010011001110100001101100001000101100010101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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