Html Css Color HEX #341545 Blackcurrant

📋 copy color: '#341545'

red 52 ◦ green 21 ◦ blue 69

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

Shades of Blackcurrant #341545

Tints of Blackcurrant #341545

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.79%

 BLUE value IS 69 (27.34% from 255) = 48.59%

R = 36.62%
G = 14.79%
B = 48.59%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341545 (or 0x341545) is known color: Blackcurrant. HEX triplet: 34, 15 and 45. RGB value is (52,21,69). Sum of RGB (Red+Green+Blue) = 52+21+69=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #341545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341545 is #CBEABA. Grayscale: #232323. Windows color (decimal): -13363899 or 4527412. OLE color: 4527412.

HSL color Cylindrical-coordinate representation of color #341545: hue angle of 278.75º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #341545 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 21 69 -
CMYK 0.25 0.70 0 0.73
HSL 278.75º 0.53% 0.18% -
HSV(B) 278.75º 0.7% 0.27% -
XYZ 2.76 1.7 5.81 -
YUV 35.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 52 21 69 0.25 0.70 0 0.73 278.75 0.53 0.18
Hex 34 15 45 19 46 0 49 117 35 12
Octal 64 25 105 31 106 0 111 427 65 22
Binary 110100 10101 1000101 11001 1000110 0 1001001 100010111 110101 10010

Color Harmonies of #341545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341545

Black with #341545

Text Example


Text Example

White with #341545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341545; }

 p { color: rgb(52,21,69); }

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

background-color css

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

 a { background-color: rgb(52,21,69); }

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

border-color css

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

 span { border-color: rgb(52,21,69); }

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