Html Css Color HEX #341350 Blackcurrant

📋 copy color: '#341350'

red 52 ◦ green 19 ◦ blue 80

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

Shades of Blackcurrant #341350

Tints of Blackcurrant #341350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.58%

 BLUE value IS 80 (31.64% from 255) = 52.98%

R = 34.44%
G = 12.58%
B = 52.98%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#341350 (or 0x341350) is known color: Blackcurrant. HEX triplet: 34, 13 and 50. RGB value is (52,19,80). Sum of RGB (Red+Green+Blue) = 52+19+80=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #341350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341350 is #CBECAF. Grayscale: #232323. Windows color (decimal): -13364400 or 5247796. OLE color: 5247796.

HSL color Cylindrical-coordinate representation of color #341350: hue angle of 272.46º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #341350 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 19 80 -
CMYK 0.35 0.76 0 0.69
HSL 272.46º 0.62% 0.19% -
HSV(B) 272.46º 0.76% 0.31% -
XYZ 3.1 1.77 7.77 -
YUV 35.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 52 19 80 0.35 0.76 0 0.69 272.46 0.62 0.19
Hex 34 13 50 23 4C 0 45 110 3E 13
Octal 64 23 120 43 114 0 105 420 76 23
Binary 110100 10011 1010000 100011 1001100 0 1000101 100010000 111110 10011

Color Harmonies of #341350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341350

Black with #341350

Text Example


Text Example

White with #341350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341350; }

 p { color: rgb(52,19,80); }

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

background-color css

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

 a { background-color: rgb(52,19,80); }

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

border-color css

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

 span { border-color: rgb(52,19,80); }

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