Html Css Color HEX #341241 Blackcurrant

📋 copy color: '#341241'

red 52 ◦ green 18 ◦ blue 65

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

Shades of Blackcurrant #341241

Tints of Blackcurrant #341241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.33%

 BLUE value IS 65 (25.78% from 255) = 48.15%

R = 38.52%
G = 13.33%
B = 48.15%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#341241 (or 0x341241) is known color: Blackcurrant. HEX triplet: 34, 12 and 41. RGB value is (52,18,65). Sum of RGB (Red+Green+Blue) = 52+18+65=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #341241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341241 is #CBEDBE. Grayscale: #212121. Windows color (decimal): -13364671 or 4264500. OLE color: 4264500.

HSL color Cylindrical-coordinate representation of color #341241: hue angle of 283.4º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #341241 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 18 65 -
CMYK 0.20 0.72 0 0.75
HSL 283.4º 0.57% 0.16% -
HSV(B) 283.4º 0.72% 0.25% -
XYZ 2.59 1.54 5.16 -
YUV 33.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 52 18 65 0.20 0.72 0 0.75 283.4 0.57 0.16
Hex 34 12 41 14 48 0 4B 11B 39 10
Octal 64 22 101 24 110 0 113 433 71 20
Binary 110100 10010 1000001 10100 1001000 0 1001011 100011011 111001 10000

Color Harmonies of #341241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341241

Black with #341241

Text Example


Text Example

White with #341241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341241; }

 p { color: rgb(52,18,65); }

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

background-color css

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

 a { background-color: rgb(52,18,65); }

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

border-color css

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

 span { border-color: rgb(52,18,65); }

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