Html Css Color HEX #341A46 Blackcurrant

📋 copy color: '#341A46'

red 52 ◦ green 26 ◦ blue 70

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

Shades of Blackcurrant #341A46

Tints of Blackcurrant #341A46

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.57%

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

R = 35.14%
G = 17.57%
B = 47.3%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341A46 (or 0x341A46) is known color: Blackcurrant. HEX triplet: 34, 1A and 46. RGB value is (52,26,70). Sum of RGB (Red+Green+Blue) = 52+26+70=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: blue. Hex color #341A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A46 is #CBE5B9. Grayscale: #262626. Windows color (decimal): -13362618 or 4594228. OLE color: 4594228.

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

Color convert

RGB 52 26 70 -
CMYK 0.26 0.63 0 0.73
HSL 275.45º 0.46% 0.19% -
HSV(B) 275.45º 0.63% 0.27% -
XYZ 2.89 1.91 6.01 -
YUV 38.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 52 26 70 0.26 0.63 0 0.73 275.45 0.46 0.19
Hex 34 1A 46 1A 3F 0 49 113 2E 13
Octal 64 32 106 32 77 0 111 423 56 23
Binary 110100 11010 1000110 11010 111111 0 1001001 100010011 101110 10011

Color Harmonies of #341A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341A46

Black with #341A46

Text Example


Text Example

White with #341A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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