#34064F

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

Shades of Blackcurrant #34064F

Tints of Blackcurrant #34064F

Color information

#34064F (or 0x34064F) is unknown color: approx Blackcurrant. HEX triplet: 34, 06 and 4F. RGB value is (52,6,79). Sum of RGB (Red+Green+Blue) = 52+6+79=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #34064F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34064F is #CBF9B0. Grayscale: #1B1B1B. Windows color (decimal): -13367729 or 5178932. OLE color: 5178932.

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

Color convert

RGB52679-
CMYK0.340.9200.69
HSL277.81º85.88%16.67%-
HSV(B)277.81º92.41%30.98%-
XYZ2.891.427.52-
YUV28.08156.74145.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 79 (31.25% from 255) = 57.66%
R=37.96%
G=4.38%
B=57.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal526790.340.9200.69277.8185.8816.67
Hex3464F225C0451165611
Octal64611742134010542612621
Binary1101001101001111100010101110001000101100010110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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