Html Css Color HEX #341D40 Blackcurrant

📋 copy color: '#341D40'

red 52 ◦ green 29 ◦ blue 64

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

Shades of Blackcurrant #341D40

Tints of Blackcurrant #341D40

RGB

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

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

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

R = 35.86%
G = 20%
B = 44.14%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#341D40 (or 0x341D40) is known color: Blackcurrant. HEX triplet: 34, 1D and 40. RGB value is (52,29,64). Sum of RGB (Red+Green+Blue) = 52+29+64=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #341D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D40 is #CBE2BF. Grayscale: #272727. Windows color (decimal): -13361856 or 4201780. OLE color: 4201780.

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

Color convert

RGB 52 29 64 -
CMYK 0.19 0.55 0 0.75
HSL 279.43º 0.38% 0.18% -
HSV(B) 279.43º 0.55% 0.25% -
XYZ 2.78 1.98 5.09 -
YUV 39.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 52 29 64 0.19 0.55 0 0.75 279.43 0.38 0.18
Hex 34 1D 40 13 37 0 4B 117 26 12
Octal 64 35 100 23 67 0 113 427 46 22
Binary 110100 11101 1000000 10011 110111 0 1001011 100010111 100110 10010

Color Harmonies of #341D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D40

Black with #341D40

Text Example


Text Example

White with #341D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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