Html Css Color HEX #340146 Blackcurrant

📋 copy color: '#340146'

red 52 ◦ green 1 ◦ blue 70

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

Shades of Blackcurrant #340146

Tints of Blackcurrant #340146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

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

R = 42.28%
G = 0.81%
B = 56.91%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#340146 (or 0x340146) is known color: Blackcurrant. HEX triplet: 34, 01 and 46. RGB value is (52,1,70). Sum of RGB (Red+Green+Blue) = 52+1+70=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #340146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340146 is #CBFEB9. Grayscale: #171717. Windows color (decimal): -13369018 or 4587828. OLE color: 4587828.

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

Color convert

RGB 52 1 70 -
CMYK 0.26 0.99 0 0.73
HSL 284.35º 0.97% 0.14% -
HSV(B) 284.35º 0.99% 0.27% -
XYZ 2.53 1.19 5.89 -
YUV 24.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 52 1 70 0.26 0.99 0 0.73 284.35 0.97 0.14
Hex 34 1 46 1A 63 0 49 11C 61 E
Octal 64 1 106 32 143 0 111 434 141 16
Binary 110100 1 1000110 11010 1100011 0 1001001 100011100 1100001 1110

Color Harmonies of #340146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340146

Black with #340146

Text Example


Text Example

White with #340146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340146; }

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

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

background-color css

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

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

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

border-color css

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

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

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