Html Css Color HEX #341740 Blackcurrant

📋 copy color: '#341740'

red 52 ◦ green 23 ◦ blue 64

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

Shades of Blackcurrant #341740

Tints of Blackcurrant #341740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.55%

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

R = 37.41%
G = 16.55%
B = 46.04%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#341740 (or 0x341740) is known color: Blackcurrant. HEX triplet: 34, 17 and 40. RGB value is (52,23,64). Sum of RGB (Red+Green+Blue) = 52+23+64=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #341740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341740 is #CBE8BF. Grayscale: #242424. Windows color (decimal): -13363392 or 4200244. OLE color: 4200244.

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

Color convert

RGB 52 23 64 -
CMYK 0.19 0.64 0 0.75
HSL 282.44º 0.47% 0.17% -
HSV(B) 282.44º 0.64% 0.25% -
XYZ 2.65 1.71 5.04 -
YUV 36.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 52 23 64 0.19 0.64 0 0.75 282.44 0.47 0.17
Hex 34 17 40 13 40 0 4B 11A 2F 11
Octal 64 27 100 23 100 0 113 432 57 21
Binary 110100 10111 1000000 10011 1000000 0 1001011 100011010 101111 10001

Color Harmonies of #341740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341740

Black with #341740

Text Example


Text Example

White with #341740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341740; }

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

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

background-color css

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

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

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

border-color css

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

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

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