#34063D

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

Shades of Blackcurrant #34063D

Tints of Blackcurrant #34063D

Color information

#34063D (or 0x34063D) is unknown color: approx Blackcurrant. HEX triplet: 34, 06 and 3D. RGB value is (52,6,61). Sum of RGB (Red+Green+Blue) = 52+6+61=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #34063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34063D is #CBF9C2. Grayscale: #191919. Windows color (decimal): -13367747 or 3999284. OLE color: 3999284.

HSL color Cylindrical-coordinate representation of color #34063D: hue angle of 290.18º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34063D is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB52661-
CMYK0.150.9000.76
HSL290.18º82.09%13.14%-
HSV(B)290.18º90.16%23.92%-
XYZ2.321.24.52-
YUV26.02147.74146.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.70%
GREEN value IS 6 (2.73% from 255) = 5.04%
BLUE value IS 61 (24.22% from 255) = 51.26%
R=43.70%
G=5.04%
B=51.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal526610.150.9000.76290.1882.0913.14
Hex3463DF5A04C12252d
Octal6467517132011444212215
Binary110100110111101111110110100100110010010001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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