Html Css Color HEX #341F42 Blackcurrant

📋 copy color: '#341F42'

red 52 ◦ green 31 ◦ blue 66

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

Shades of Blackcurrant #341F42

Tints of Blackcurrant #341F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 44.3%

R = 34.9%
G = 20.81%
B = 44.3%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#341F42 (or 0x341F42) is known color: Blackcurrant. HEX triplet: 34, 1F and 42. RGB value is (52,31,66). Sum of RGB (Red+Green+Blue) = 52+31+66=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 66 - color contains mainly: blue. Hex color #341F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F42 is #CBE0BD. Grayscale: #292929. Windows color (decimal): -13361342 or 4333364. OLE color: 4333364.

HSL color Cylindrical-coordinate representation of color #341F42: hue angle of 276º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #341F42 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 31 66 -
CMYK 0.21 0.53 0 0.74
HSL 276º 0.36% 0.19% -
HSV(B) 276º 0.53% 0.26% -
XYZ 2.89 2.1 5.41 -
YUV 41.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 52 31 66 0.21 0.53 0 0.74 276 0.36 0.19
Hex 34 1F 42 15 35 0 4A 114 24 13
Octal 64 37 102 25 65 0 112 424 44 23
Binary 110100 11111 1000010 10101 110101 0 1001010 100010100 100100 10011

Color Harmonies of #341F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F42

Black with #341F42

Text Example


Text Example

White with #341F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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