Html Css Color HEX #341B41 Blackcurrant

📋 copy color: '#341B41'

red 52 ◦ green 27 ◦ blue 65

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

Shades of Blackcurrant #341B41

Tints of Blackcurrant #341B41

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.75%

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

R = 36.11%
G = 18.75%
B = 45.14%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#341B41 (or 0x341B41) is known color: Blackcurrant. HEX triplet: 34, 1B and 41. RGB value is (52,27,65). Sum of RGB (Red+Green+Blue) = 52+27+65=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #341B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B41 is #CBE4BE. Grayscale: #262626. Windows color (decimal): -13362367 or 4266804. OLE color: 4266804.

HSL color Cylindrical-coordinate representation of color #341B41: hue angle of 279.47º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #341B41 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 27 65 -
CMYK 0.20 0.58 0 0.75
HSL 279.47º 0.41% 0.18% -
HSV(B) 279.47º 0.58% 0.25% -
XYZ 2.76 1.9 5.22 -
YUV 38.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 52 27 65 0.20 0.58 0 0.75 279.47 0.41 0.18
Hex 34 1B 41 14 3A 0 4B 117 29 12
Octal 64 33 101 24 72 0 113 427 51 22
Binary 110100 11011 1000001 10100 111010 0 1001011 100010111 101001 10010

Color Harmonies of #341B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341B41

Black with #341B41

Text Example


Text Example

White with #341B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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