Html Css Color HEX #340544 Blackcurrant

📋 copy color: '#340544'

red 52 ◦ green 5 ◦ blue 68

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

Shades of Blackcurrant #340544

Tints of Blackcurrant #340544

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4%

 BLUE value IS 68 (26.95% from 255) = 54.4%

R = 41.6%
G = 4%
B = 54.4%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#340544 (or 0x340544) is known color: Blackcurrant. HEX triplet: 34, 05 and 44. RGB value is (52,5,68). Sum of RGB (Red+Green+Blue) = 52+5+68=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #340544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340544 is #CBFABB. Grayscale: #1A1A1A. Windows color (decimal): -13367996 or 4457780. OLE color: 4457780.

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

Color convert

RGB 52 5 68 -
CMYK 0.24 0.93 0 0.73
HSL 284.76º 0.86% 0.14% -
HSV(B) 284.76º 0.93% 0.27% -
XYZ 2.51 1.26 5.58 -
YUV 26.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 52 5 68 0.24 0.93 0 0.73 284.76 0.86 0.14
Hex 34 5 44 18 5D 0 49 11D 56 E
Octal 64 5 104 30 135 0 111 435 126 16
Binary 110100 101 1000100 11000 1011101 0 1001001 100011101 1010110 1110

Color Harmonies of #340544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340544

Black with #340544

Text Example


Text Example

White with #340544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340544; }

 p { color: rgb(52,5,68); }

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

background-color css

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

 a { background-color: rgb(52,5,68); }

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

border-color css

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

 span { border-color: rgb(52,5,68); }

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