Html Css Color HEX #341140 Blackcurrant

📋 copy color: '#341140'

red 52 ◦ green 17 ◦ blue 64

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

Shades of Blackcurrant #341140

Tints of Blackcurrant #341140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.78%

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

R = 39.1%
G = 12.78%
B = 48.12%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#341140 (or 0x341140) is known color: Blackcurrant. HEX triplet: 34, 11 and 40. RGB value is (52,17,64). Sum of RGB (Red+Green+Blue) = 52+17+64=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #341140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341140 is #CBEEBF. Grayscale: #202020. Windows color (decimal): -13364928 or 4198708. OLE color: 4198708.

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

Color convert

RGB 52 17 64 -
CMYK 0.19 0.73 0 0.75
HSL 284.68º 0.58% 0.16% -
HSV(B) 284.68º 0.73% 0.25% -
XYZ 2.54 1.5 5.01 -
YUV 32.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 52 17 64 0.19 0.73 0 0.75 284.68 0.58 0.16
Hex 34 11 40 13 49 0 4B 11D 3A 10
Octal 64 21 100 23 111 0 113 435 72 20
Binary 110100 10001 1000000 10011 1001001 0 1001011 100011101 111010 10000

Color Harmonies of #341140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341140

Black with #341140

Text Example


Text Example

White with #341140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341140; }

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

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

background-color css

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

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

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

border-color css

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

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

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