Html Css Color HEX #341641 Blackcurrant

📋 copy color: '#341641'

red 52 ◦ green 22 ◦ blue 65

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

Shades of Blackcurrant #341641

Tints of Blackcurrant #341641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.83%

 BLUE value IS 65 (25.78% from 255) = 46.76%

R = 37.41%
G = 15.83%
B = 46.76%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#341641 (or 0x341641) is known color: Blackcurrant. HEX triplet: 34, 16 and 41. RGB value is (52,22,65). Sum of RGB (Red+Green+Blue) = 52+22+65=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #341641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341641 is #CBE9BE. Grayscale: #232323. Windows color (decimal): -13363647 or 4265524. OLE color: 4265524.

HSL color Cylindrical-coordinate representation of color #341641: hue angle of 281.86º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #341641 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 22 65 -
CMYK 0.20 0.66 0 0.75
HSL 281.86º 0.49% 0.17% -
HSV(B) 281.86º 0.66% 0.25% -
XYZ 2.66 1.69 5.19 -
YUV 35.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 52 22 65 0.20 0.66 0 0.75 281.86 0.49 0.17
Hex 34 16 41 14 42 0 4B 11A 31 11
Octal 64 26 101 24 102 0 113 432 61 21
Binary 110100 10110 1000001 10100 1000010 0 1001011 100011010 110001 10001

Color Harmonies of #341641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341641

Black with #341641

Text Example


Text Example

White with #341641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341641; }

 p { color: rgb(52,22,65); }

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

background-color css

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

 a { background-color: rgb(52,22,65); }

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

border-color css

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

 span { border-color: rgb(52,22,65); }

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