Html Css Color HEX #341340 Blackcurrant

📋 copy color: '#341340'

red 52 ◦ green 19 ◦ blue 64

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

Shades of Blackcurrant #341340

Tints of Blackcurrant #341340

RGB

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

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

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

R = 38.52%
G = 14.07%
B = 47.41%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#341340 (or 0x341340) is known color: Blackcurrant. HEX triplet: 34, 13 and 40. RGB value is (52,19,64). Sum of RGB (Red+Green+Blue) = 52+19+64=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #341340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341340 is #CBECBF. Grayscale: #212121. Windows color (decimal): -13364416 or 4199220. OLE color: 4199220.

HSL color Cylindrical-coordinate representation of color #341340: hue angle of 284º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #341340 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 19 64 -
CMYK 0.19 0.70 0 0.75
HSL 284º 0.54% 0.16% -
HSV(B) 284º 0.7% 0.25% -
XYZ 2.57 1.57 5.02 -
YUV 34 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 52 19 64 0.19 0.70 0 0.75 284 0.54 0.16
Hex 34 13 40 13 46 0 4B 11C 36 10
Octal 64 23 100 23 106 0 113 434 66 20
Binary 110100 10011 1000000 10011 1000110 0 1001011 100011100 110110 10000

Color Harmonies of #341340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341340

Black with #341340

Text Example


Text Example

White with #341340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341340; }

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

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

background-color css

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

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

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

border-color css

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

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

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