#34043C

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

Shades of Blackcurrant #34043C

Tints of Blackcurrant #34043C

Color information

#34043C (or 0x34043C) is unknown color: approx Blackcurrant. HEX triplet: 34, 04 and 3C. RGB value is (52,4,60). Sum of RGB (Red+Green+Blue) = 52+4+60=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #34043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34043C is #CBFBC3. Grayscale: #181818. Windows color (decimal): -13368260 or 3933236. OLE color: 3933236.

HSL color Cylindrical-coordinate representation of color #34043C: hue angle of 291.43º 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 #34043C is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB52460-
CMYK0.130.9300.76
HSL291.43º87.5%12.55%-
HSV(B)291.43º93.33%23.53%-
XYZ2.281.144.38-
YUV24.74147.9147.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.83%
GREEN value IS 4 (1.95% from 255) = 3.45%
BLUE value IS 60 (23.83% from 255) = 51.72%
R=44.83%
G=3.45%
B=51.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal524600.130.9300.76291.4387.512.55
Hex3443CD5D04C12358d
Octal6447415135011444313015
Binary110100100111100110110111010100110010010001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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