Html Css Color HEX #341940 Blackcurrant

📋 copy color: '#341940'

red 52 ◦ green 25 ◦ blue 64

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

Shades of Blackcurrant #341940

Tints of Blackcurrant #341940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.73%

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

R = 36.88%
G = 17.73%
B = 45.39%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#341940 (or 0x341940) is known color: Blackcurrant. HEX triplet: 34, 19 and 40. RGB value is (52,25,64). Sum of RGB (Red+Green+Blue) = 52+25+64=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #341940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341940 is #CBE6BF. Grayscale: #252525. Windows color (decimal): -13362880 or 4200756. OLE color: 4200756.

HSL color Cylindrical-coordinate representation of color #341940: hue angle of 281.54º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #341940 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 25 64 -
CMYK 0.19 0.61 0 0.75
HSL 281.54º 0.44% 0.17% -
HSV(B) 281.54º 0.61% 0.25% -
XYZ 2.69 1.8 5.06 -
YUV 37.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 52 25 64 0.19 0.61 0 0.75 281.54 0.44 0.17
Hex 34 19 40 13 3D 0 4B 11A 2C 11
Octal 64 31 100 23 75 0 113 432 54 21
Binary 110100 11001 1000000 10011 111101 0 1001011 100011010 101100 10001

Color Harmonies of #341940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341940

Black with #341940

Text Example


Text Example

White with #341940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341940; }

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

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

background-color css

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

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

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

border-color css

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

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

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