Html Css Color HEX #340154 Blackcurrant

📋 copy color: '#340154'

red 52 ◦ green 1 ◦ blue 84

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

Shades of Blackcurrant #340154

Tints of Blackcurrant #340154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 61.31%

R = 37.96%
G = 0.73%
B = 61.31%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#340154 (or 0x340154) is known color: Blackcurrant. HEX triplet: 34, 01 and 54. RGB value is (52,1,84). Sum of RGB (Red+Green+Blue) = 52+1+84=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #340154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340154 is #CBFEAB. Grayscale: #191919. Windows color (decimal): -13369004 or 5505332. OLE color: 5505332.

HSL color Cylindrical-coordinate representation of color #340154: hue angle of 276.87º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340154 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 1 84 -
CMYK 0.38 0.99 0 0.67
HSL 276.87º 0.98% 0.17% -
HSV(B) 276.87º 0.99% 0.33% -
XYZ 3.03 1.39 8.5 -
YUV 25.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 52 1 84 0.38 0.99 0 0.67 276.87 0.98 0.17
Hex 34 1 54 26 63 0 43 115 62 11
Octal 64 1 124 46 143 0 103 425 142 21
Binary 110100 1 1010100 100110 1100011 0 1000011 100010101 1100010 10001

Color Harmonies of #340154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340154

Black with #340154

Text Example


Text Example

White with #340154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340154; }

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

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

background-color css

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

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

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

border-color css

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

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

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