Html Css Color HEX #341345 Blackcurrant

📋 copy color: '#341345'

red 52 ◦ green 19 ◦ blue 69

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

Shades of Blackcurrant #341345

Tints of Blackcurrant #341345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.57%

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

R = 37.14%
G = 13.57%
B = 49.29%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341345 (or 0x341345) is known color: Blackcurrant. HEX triplet: 34, 13 and 45. RGB value is (52,19,69). Sum of RGB (Red+Green+Blue) = 52+19+69=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #341345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341345 is #CBECBA. Grayscale: #222222. Windows color (decimal): -13364411 or 4526900. OLE color: 4526900.

HSL color Cylindrical-coordinate representation of color #341345: hue angle of 279.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #341345 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 19 69 -
CMYK 0.25 0.72 0 0.73
HSL 279.6º 0.57% 0.17% -
HSV(B) 279.6º 0.72% 0.27% -
XYZ 2.72 1.63 5.8 -
YUV 34.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 52 19 69 0.25 0.72 0 0.73 279.6 0.57 0.17
Hex 34 13 45 19 48 0 49 118 39 11
Octal 64 23 105 31 110 0 111 430 71 21
Binary 110100 10011 1000101 11001 1001000 0 1001001 100011000 111001 10001

Color Harmonies of #341345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341345

Black with #341345

Text Example


Text Example

White with #341345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341345; }

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

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

background-color css

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

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

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

border-color css

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

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

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