Html Css Color HEX #341841 Blackcurrant

📋 copy color: '#341841'

red 52 ◦ green 24 ◦ blue 65

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

Shades of Blackcurrant #341841

Tints of Blackcurrant #341841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.02%

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

R = 36.88%
G = 17.02%
B = 46.1%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#341841 (or 0x341841) is known color: Blackcurrant. HEX triplet: 34, 18 and 41. RGB value is (52,24,65). Sum of RGB (Red+Green+Blue) = 52+24+65=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #341841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341841 is #CBE7BE. Grayscale: #242424. Windows color (decimal): -13363135 or 4266036. OLE color: 4266036.

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

Color convert

RGB 52 24 65 -
CMYK 0.20 0.63 0 0.75
HSL 280.98º 0.46% 0.17% -
HSV(B) 280.98º 0.63% 0.25% -
XYZ 2.7 1.76 5.2 -
YUV 37.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 52 24 65 0.20 0.63 0 0.75 280.98 0.46 0.17
Hex 34 18 41 14 3F 0 4B 119 2E 11
Octal 64 30 101 24 77 0 113 431 56 21
Binary 110100 11000 1000001 10100 111111 0 1001011 100011001 101110 10001

Color Harmonies of #341841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341841

Black with #341841

Text Example


Text Example

White with #341841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341841; }

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

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

background-color css

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

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

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

border-color css

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

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

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