Html Css Color HEX #341E40 Blackcurrant

📋 copy color: '#341E40'

red 52 ◦ green 30 ◦ blue 64

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

Shades of Blackcurrant #341E40

Tints of Blackcurrant #341E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.55%

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

R = 35.62%
G = 20.55%
B = 43.84%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#341E40 (or 0x341E40) is known color: Blackcurrant. HEX triplet: 34, 1E and 40. RGB value is (52,30,64). Sum of RGB (Red+Green+Blue) = 52+30+64=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #341E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E40 is #CBE1BF. Grayscale: #282828. Windows color (decimal): -13361600 or 4202036. OLE color: 4202036.

HSL color Cylindrical-coordinate representation of color #341E40: hue angle of 278.82º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #341E40 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 30 64 -
CMYK 0.19 0.53 0 0.75
HSL 278.82º 0.36% 0.18% -
HSV(B) 278.82º 0.53% 0.25% -
XYZ 2.81 2.03 5.09 -
YUV 40.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 52 30 64 0.19 0.53 0 0.75 278.82 0.36 0.18
Hex 34 1E 40 13 35 0 4B 117 24 12
Octal 64 36 100 23 65 0 113 427 44 22
Binary 110100 11110 1000000 10011 110101 0 1001011 100010111 100100 10010

Color Harmonies of #341E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E40

Black with #341E40

Text Example


Text Example

White with #341E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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