#34094D

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

Shades of Blackcurrant #34094D

Tints of Blackcurrant #34094D

Color information

#34094D (or 0x34094D) is unknown color: approx Blackcurrant. HEX triplet: 34, 09 and 4D. RGB value is (52,9,77). Sum of RGB (Red+Green+Blue) = 52+9+77=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #34094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34094D is #CBF6B2. Grayscale: #1D1D1D. Windows color (decimal): -13366963 or 5048628. OLE color: 5048628.

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

Color convert

RGB52977-
CMYK0.320.8800.70
HSL277.94º79.07%16.86%-
HSV(B)277.94º88.31%30.2%-
XYZ2.851.467.15-
YUV29.61154.75143.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 9 (3.91% from 255) = 6.52%
BLUE value IS 77 (30.47% from 255) = 55.80%
R=37.68%
G=6.52%
B=55.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal529770.320.8800.70277.9479.0716.86
Hex3494D20580461164f11
Octal641111540130010642611721
Binary11010010011001101100000101100001000110100010110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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