Html Css Color HEX #341742 Blackcurrant

📋 copy color: '#341742'

red 52 ◦ green 23 ◦ blue 66

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

Shades of Blackcurrant #341742

Tints of Blackcurrant #341742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.31%

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

R = 36.88%
G = 16.31%
B = 46.81%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#341742 (or 0x341742) is known color: Blackcurrant. HEX triplet: 34, 17 and 42. RGB value is (52,23,66). Sum of RGB (Red+Green+Blue) = 52+23+66=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #341742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341742 is #CBE8BD. Grayscale: #242424. Windows color (decimal): -13363390 or 4331316. OLE color: 4331316.

HSL color Cylindrical-coordinate representation of color #341742: hue angle of 280.47º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #341742 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 23 66 -
CMYK 0.21 0.65 0 0.74
HSL 280.47º 0.48% 0.17% -
HSV(B) 280.47º 0.65% 0.26% -
XYZ 2.71 1.74 5.35 -
YUV 36.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 52 23 66 0.21 0.65 0 0.74 280.47 0.48 0.17
Hex 34 17 42 15 41 0 4A 118 30 11
Octal 64 27 102 25 101 0 112 430 60 21
Binary 110100 10111 1000010 10101 1000001 0 1001010 100011000 110000 10001

Color Harmonies of #341742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341742

Black with #341742

Text Example


Text Example

White with #341742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341742; }

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

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

background-color css

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

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

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

border-color css

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

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

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