Html Css Color HEX #341A45 Blackcurrant

📋 copy color: '#341A45'

red 52 ◦ green 26 ◦ blue 69

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

Shades of Blackcurrant #341A45

Tints of Blackcurrant #341A45

RGB

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

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

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

R = 35.37%
G = 17.69%
B = 46.94%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341A45 (or 0x341A45) is known color: Blackcurrant. HEX triplet: 34, 1A and 45. RGB value is (52,26,69). Sum of RGB (Red+Green+Blue) = 52+26+69=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 69 - color contains mainly: blue. Hex color #341A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A45 is #CBE5BA. Grayscale: #262626. Windows color (decimal): -13362619 or 4528692. OLE color: 4528692.

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

Color convert

RGB 52 26 69 -
CMYK 0.25 0.62 0 0.73
HSL 276.28º 0.45% 0.19% -
HSV(B) 276.28º 0.62% 0.27% -
XYZ 2.86 1.9 5.85 -
YUV 38.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 52 26 69 0.25 0.62 0 0.73 276.28 0.45 0.19
Hex 34 1A 45 19 3E 0 49 114 2D 13
Octal 64 32 105 31 76 0 111 424 55 23
Binary 110100 11010 1000101 11001 111110 0 1001001 100010100 101101 10011

Color Harmonies of #341A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341A45

Black with #341A45

Text Example


Text Example

White with #341A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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