Html Css Color HEX #341250 Blackcurrant

📋 copy color: '#341250'

red 52 ◦ green 18 ◦ blue 80

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

Shades of Blackcurrant #341250

Tints of Blackcurrant #341250

RGB

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

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

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

R = 34.67%
G = 12%
B = 53.33%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#341250 (or 0x341250) is known color: Blackcurrant. HEX triplet: 34, 12 and 50. RGB value is (52,18,80). Sum of RGB (Red+Green+Blue) = 52+18+80=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #341250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341250 is #CBEDAF. Grayscale: #232323. Windows color (decimal): -13364656 or 5247540. OLE color: 5247540.

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

Color convert

RGB 52 18 80 -
CMYK 0.35 0.78 0 0.69
HSL 272.9º 0.63% 0.19% -
HSV(B) 272.9º 0.78% 0.31% -
XYZ 3.08 1.74 7.76 -
YUV 35.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 52 18 80 0.35 0.78 0 0.69 272.9 0.63 0.19
Hex 34 12 50 23 4E 0 45 111 3F 13
Octal 64 22 120 43 116 0 105 421 77 23
Binary 110100 10010 1010000 100011 1001110 0 1000101 100010001 111111 10011

Color Harmonies of #341250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341250

Black with #341250

Text Example


Text Example

White with #341250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341250; }

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

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

background-color css

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

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

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

border-color css

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

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

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