#34043A

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

Shades of Blackcurrant #34043A

Tints of Blackcurrant #34043A

Color information

#34043A (or 0x34043A) is unknown color: approx Blackcurrant. HEX triplet: 34, 04 and 3A. RGB value is (52,4,58). Sum of RGB (Red+Green+Blue) = 52+4+58=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #34043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34043A is #CBFBC5. Grayscale: #181818. Windows color (decimal): -13368262 or 3802164. OLE color: 3802164.

HSL color Cylindrical-coordinate representation of color #34043A: hue angle of 293.33º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34043A is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB52458-
CMYK0.100.9300.77
HSL293.33º87.1%12.16%-
HSV(B)293.33º93.1%22.75%-
XYZ2.221.124.1-
YUV24.51146.9147.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 58 (23.05% from 255) = 50.88%
R=45.61%
G=3.51%
B=50.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal524580.100.9300.77293.3387.112.16
Hex3443AA5D04D12557c
Octal6447212135011544512714
Binary110100100111010101010111010100110110010010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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