Html Css Color HEX #340354 Blackcurrant

📋 copy color: '#340354'

red 52 ◦ green 3 ◦ blue 84

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

Shades of Blackcurrant #340354

Tints of Blackcurrant #340354

RGB

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

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

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

R = 37.41%
G = 2.16%
B = 60.43%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#340354 (or 0x340354) is known color: Blackcurrant. HEX triplet: 34, 03 and 54. RGB value is (52,3,84). Sum of RGB (Red+Green+Blue) = 52+3+84=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #340354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340354 is #CBFCAB. Grayscale: #1A1A1A. Windows color (decimal): -13368492 or 5505844. OLE color: 5505844.

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

Color convert

RGB 52 3 84 -
CMYK 0.38 0.96 0 0.67
HSL 276.3º 0.93% 0.17% -
HSV(B) 276.3º 0.96% 0.33% -
XYZ 3.05 1.44 8.5 -
YUV 26.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 52 3 84 0.38 0.96 0 0.67 276.3 0.93 0.17
Hex 34 3 54 26 60 0 43 114 5D 11
Octal 64 3 124 46 140 0 103 424 135 21
Binary 110100 11 1010100 100110 1100000 0 1000011 100010100 1011101 10001

Color Harmonies of #340354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340354

Black with #340354

Text Example


Text Example

White with #340354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340354; }

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

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

background-color css

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

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

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

border-color css

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

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

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