Html Css Color HEX #340754 Blackcurrant

📋 copy color: '#340754'

red 52 ◦ green 7 ◦ blue 84

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

Shades of Blackcurrant #340754

Tints of Blackcurrant #340754

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.9%

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

R = 36.36%
G = 4.9%
B = 58.74%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#340754 (or 0x340754) is known color: Blackcurrant. HEX triplet: 34, 07 and 54. RGB value is (52,7,84). Sum of RGB (Red+Green+Blue) = 52+7+84=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #340754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340754 is #CBF8AB. Grayscale: #1C1C1C. Windows color (decimal): -13367468 or 5506868. OLE color: 5506868.

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

Color convert

RGB 52 7 84 -
CMYK 0.38 0.92 0 0.67
HSL 275.06º 0.85% 0.18% -
HSV(B) 275.06º 0.92% 0.33% -
XYZ 3.09 1.52 8.52 -
YUV 29.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 52 7 84 0.38 0.92 0 0.67 275.06 0.85 0.18
Hex 34 7 54 26 5C 0 43 113 55 12
Octal 64 7 124 46 134 0 103 423 125 22
Binary 110100 111 1010100 100110 1011100 0 1000011 100010011 1010101 10010

Color Harmonies of #340754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340754

Black with #340754

Text Example


Text Example

White with #340754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340754; }

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

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

background-color css

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

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

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

border-color css

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

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

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