Html Css Color HEX #341C46 Blackcurrant

📋 copy color: '#341C46'

red 52 ◦ green 28 ◦ blue 70

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

Shades of Blackcurrant #341C46

Tints of Blackcurrant #341C46

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.67%

 BLUE value IS 70 (27.73% from 255) = 46.67%

R = 34.67%
G = 18.67%
B = 46.67%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341C46 (or 0x341C46) is known color: Blackcurrant. HEX triplet: 34, 1C and 46. RGB value is (52,28,70). Sum of RGB (Red+Green+Blue) = 52+28+70=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #341C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C46 is #CBE3B9. Grayscale: #272727. Windows color (decimal): -13362106 or 4594740. OLE color: 4594740.

HSL color Cylindrical-coordinate representation of color #341C46: hue angle of 274.29º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #341C46 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 28 70 -
CMYK 0.26 0.60 0 0.73
HSL 274.29º 0.43% 0.19% -
HSV(B) 274.29º 0.6% 0.27% -
XYZ 2.94 2 6.03 -
YUV 39.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 52 28 70 0.26 0.60 0 0.73 274.29 0.43 0.19
Hex 34 1C 46 1A 3C 0 49 112 2B 13
Octal 64 34 106 32 74 0 111 422 53 23
Binary 110100 11100 1000110 11010 111100 0 1001001 100010010 101011 10011

Color Harmonies of #341C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C46

Black with #341C46

Text Example


Text Example

White with #341C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,28,70); }

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

background-color css

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

 a { background-color: rgb(52,28,70); }

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

border-color css

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

 span { border-color: rgb(52,28,70); }

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