Html Css Color HEX #340140 Blackcurrant

📋 copy color: '#340140'

red 52 ◦ green 1 ◦ blue 64

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

Shades of Blackcurrant #340140

Tints of Blackcurrant #340140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 54.7%

R = 44.44%
G = 0.85%
B = 54.7%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#340140 (or 0x340140) is known color: Blackcurrant. HEX triplet: 34, 01 and 40. RGB value is (52,1,64). Sum of RGB (Red+Green+Blue) = 52+1+64=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #340140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340140 is #CBFEBF. Grayscale: #171717. Windows color (decimal): -13369024 or 4194612. OLE color: 4194612.

HSL color Cylindrical-coordinate representation of color #340140: hue angle of 288.57º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340140 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 1 64 -
CMYK 0.19 0.98 0 0.75
HSL 288.57º 0.97% 0.13% -
HSV(B) 288.57º 0.98% 0.25% -
XYZ 2.35 1.12 4.94 -
YUV 23.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 52 1 64 0.19 0.98 0 0.75 288.57 0.97 0.13
Hex 34 1 40 13 62 0 4B 121 61 D
Octal 64 1 100 23 142 0 113 441 141 15
Binary 110100 1 1000000 10011 1100010 0 1001011 100100001 1100001 1101

Color Harmonies of #340140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340140

Black with #340140

Text Example


Text Example

White with #340140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340140; }

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

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

background-color css

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

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

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

border-color css

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

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

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