#34043D

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

Shades of Blackcurrant #34043D

Tints of Blackcurrant #34043D

Color information

#34043D (or 0x34043D) is unknown color: approx Blackcurrant. HEX triplet: 34, 04 and 3D. RGB value is (52,4,61). Sum of RGB (Red+Green+Blue) = 52+4+61=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #34043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34043D is #CBFBC2. Grayscale: #181818. Windows color (decimal): -13368259 or 3998772. OLE color: 3998772.

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

Color convert

RGB52461-
CMYK0.150.9300.76
HSL290.53º87.69%12.75%-
HSV(B)290.53º93.44%23.92%-
XYZ2.31.154.52-
YUV24.85148.4147.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 4 (1.95% from 255) = 3.42%
BLUE value IS 61 (24.22% from 255) = 52.14%
R=44.44%
G=3.42%
B=52.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal524610.150.9300.76290.5387.6912.75
Hex3443DF5D04C12358d
Octal6447517135011444313015
Binary110100100111101111110111010100110010010001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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