Html Css Color HEX #341E45 Blackcurrant

📋 copy color: '#341E45'

red 52 ◦ green 30 ◦ blue 69

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

Shades of Blackcurrant #341E45

Tints of Blackcurrant #341E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 45.7%

R = 34.44%
G = 19.87%
B = 45.7%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341E45 (or 0x341E45) is known color: Blackcurrant. HEX triplet: 34, 1E and 45. RGB value is (52,30,69). Sum of RGB (Red+Green+Blue) = 52+30+69=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 69 - color contains mainly: blue. Hex color #341E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E45 is #CBE1BA. Grayscale: #282828. Windows color (decimal): -13361595 or 4529716. OLE color: 4529716.

HSL color Cylindrical-coordinate representation of color #341E45: hue angle of 273.85º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #341E45 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 30 69 -
CMYK 0.25 0.57 0 0.73
HSL 273.85º 0.39% 0.19% -
HSV(B) 273.85º 0.57% 0.27% -
XYZ 2.95 2.09 5.88 -
YUV 41.02 143.79 135.83 -
System Red Green Blue C M Y K H S L
Decimal 52 30 69 0.25 0.57 0 0.73 273.85 0.39 0.19
Hex 34 1E 45 19 39 0 49 112 27 13
Octal 64 36 105 31 71 0 111 422 47 23
Binary 110100 11110 1000101 11001 111001 0 1001001 100010010 100111 10011

Color Harmonies of #341E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E45

Black with #341E45

Text Example


Text Example

White with #341E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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