Html Css Color HEX #341F3D Blackcurrant

📋 copy color: '#341F3D'

red 52 ◦ green 31 ◦ blue 61

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

Shades of Blackcurrant #341F3D

Tints of Blackcurrant #341F3D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.53%

 BLUE value IS 61 (24.22% from 255) = 42.36%

R = 36.11%
G = 21.53%
B = 42.36%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#341F3D (or 0x341F3D) is known color: Blackcurrant. HEX triplet: 34, 1F and 3D. RGB value is (52,31,61). Sum of RGB (Red+Green+Blue) = 52+31+61=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #341F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F3D is #CBE0C2. Grayscale: #282828. Windows color (decimal): -13361347 or 4005684. OLE color: 4005684.

HSL color Cylindrical-coordinate representation of color #341F3D: hue angle of 282º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #341F3D is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 31 61 -
CMYK 0.15 0.49 0 0.76
HSL 282º 0.33% 0.18% -
HSV(B) 282º 0.49% 0.24% -
XYZ 2.75 2.05 4.67 -
YUV 40.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 52 31 61 0.15 0.49 0 0.76 282 0.33 0.18
Hex 34 1F 3D F 31 0 4C 11A 21 12
Octal 64 37 75 17 61 0 114 432 41 22
Binary 110100 11111 111101 1111 110001 0 1001100 100011010 100001 10010

Color Harmonies of #341F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F3D

Black with #341F3D

Text Example


Text Example

White with #341F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341F3D; }

 p { color: rgb(52,31,61); }

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

background-color css

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

 a { background-color: rgb(52,31,61); }

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

border-color css

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

 span { border-color: rgb(52,31,61); }

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