Html Css Color HEX #341240 Blackcurrant

📋 copy color: '#341240'

red 52 ◦ green 18 ◦ blue 64

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

Shades of Blackcurrant #341240

Tints of Blackcurrant #341240

RGB

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

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

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

R = 38.81%
G = 13.43%
B = 47.76%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#341240 (or 0x341240) is known color: Blackcurrant. HEX triplet: 34, 12 and 40. RGB value is (52,18,64). Sum of RGB (Red+Green+Blue) = 52+18+64=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #341240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341240 is #CBEDBF. Grayscale: #212121. Windows color (decimal): -13364672 or 4198964. OLE color: 4198964.

HSL color Cylindrical-coordinate representation of color #341240: hue angle of 284.35º degrees, saturation: 0.56, 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 #341240 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 18 64 -
CMYK 0.19 0.72 0 0.75
HSL 284.35º 0.56% 0.16% -
HSV(B) 284.35º 0.72% 0.25% -
XYZ 2.56 1.53 5.01 -
YUV 33.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 52 18 64 0.19 0.72 0 0.75 284.35 0.56 0.16
Hex 34 12 40 13 48 0 4B 11C 38 10
Octal 64 22 100 23 110 0 113 434 70 20
Binary 110100 10010 1000000 10011 1001000 0 1001011 100011100 111000 10000

Color Harmonies of #341240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341240

Black with #341240

Text Example


Text Example

White with #341240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341240; }

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

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

background-color css

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

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

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

border-color css

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

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

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