Html Css Color HEX #340346 Blackcurrant

📋 copy color: '#340346'

red 52 ◦ green 3 ◦ blue 70

#340346
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #340346

Tints of Blackcurrant #340346

RGB

 RED value IS 52 (20.7% from 255) = 41.6%

 GREEN value IS 3 (1.56% from 255) = 2.4%

 BLUE value IS 70 (27.73% from 255) = 56%

R = 41.6%
G = 2.4%
B = 56%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#340346 (or 0x340346) is known color: Blackcurrant. HEX triplet: 34, 03 and 46. RGB value is (52,3,70). Sum of RGB (Red+Green+Blue) = 52+3+70=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #340346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340346 is #CBFCB9. Grayscale: #191919. Windows color (decimal): -13368506 or 4588340. OLE color: 4588340.

HSL color Cylindrical-coordinate representation of color #340346: hue angle of 283.88º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340346 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 3 70 -
CMYK 0.26 0.96 0 0.73
HSL 283.88º 0.92% 0.14% -
HSV(B) 283.88º 0.96% 0.27% -
XYZ 2.55 1.24 5.9 -
YUV 25.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 52 3 70 0.26 0.96 0 0.73 283.88 0.92 0.14
Hex 34 3 46 1A 60 0 49 11C 5C E
Octal 64 3 106 32 140 0 111 434 134 16
Binary 110100 11 1000110 11010 1100000 0 1001001 100011100 1011100 1110

Color Harmonies of #340346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340346

Black with #340346

Text Example


Text Example

White with #340346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340346; }

 p { color: rgb(52,3,70); }

 H1.HeaderClassName
 {
   color: #340346;
 }
 .AnyTagClassName
 {
   color: #340346;
 }
</style>

background-color css

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

 a { background-color: rgb(52,3,70); }

 div.DivClassName
 {
   background-color: #340346;
 }
 .BgClassName
 {
   background-color: #340346;
 }
</style>

border-color css

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

 span { border-color: rgb(52,3,70); }

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