Html Css Color HEX #341E47 Blackcurrant

📋 copy color: '#341E47'

red 52 ◦ green 30 ◦ blue 71

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

Shades of Blackcurrant #341E47

Tints of Blackcurrant #341E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 46.41%

R = 33.99%
G = 19.61%
B = 46.41%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#341E47 (or 0x341E47) is known color: Blackcurrant. HEX triplet: 34, 1E and 47. RGB value is (52,30,71). Sum of RGB (Red+Green+Blue) = 52+30+71=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #341E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E47 is #CBE1B8. Grayscale: #292929. Windows color (decimal): -13361593 or 4660788. OLE color: 4660788.

HSL color Cylindrical-coordinate representation of color #341E47: hue angle of 272.2º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #341E47 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 30 71 -
CMYK 0.27 0.58 0 0.72
HSL 272.2º 0.41% 0.2% -
HSV(B) 272.2º 0.58% 0.28% -
XYZ 3.02 2.11 6.21 -
YUV 41.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 52 30 71 0.27 0.58 0 0.72 272.2 0.41 0.2
Hex 34 1E 47 1B 3A 0 48 110 29 14
Octal 64 36 107 33 72 0 110 420 51 24
Binary 110100 11110 1000111 11011 111010 0 1001000 100010000 101001 10100

Color Harmonies of #341E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E47

Black with #341E47

Text Example


Text Example

White with #341E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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