Html Css Color HEX #341D45 Blackcurrant

📋 copy color: '#341D45'

red 52 ◦ green 29 ◦ blue 69

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

Shades of Blackcurrant #341D45

Tints of Blackcurrant #341D45

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.33%

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

R = 34.67%
G = 19.33%
B = 46%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341D45 (or 0x341D45) is known color: Blackcurrant. HEX triplet: 34, 1D and 45. RGB value is (52,29,69). Sum of RGB (Red+Green+Blue) = 52+29+69=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 69 - color contains mainly: blue. Hex color #341D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D45 is #CBE2BA. Grayscale: #282828. Windows color (decimal): -13361851 or 4529460. OLE color: 4529460.

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

Color convert

RGB 52 29 69 -
CMYK 0.25 0.58 0 0.73
HSL 274.5º 0.41% 0.19% -
HSV(B) 274.5º 0.58% 0.27% -
XYZ 2.93 2.04 5.87 -
YUV 40.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 52 29 69 0.25 0.58 0 0.73 274.5 0.41 0.19
Hex 34 1D 45 19 3A 0 49 112 29 13
Octal 64 35 105 31 72 0 111 422 51 23
Binary 110100 11101 1000101 11001 111010 0 1001001 100010010 101001 10011

Color Harmonies of #341D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D45

Black with #341D45

Text Example


Text Example

White with #341D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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