Html Css Color HEX #341A43 Blackcurrant

📋 copy color: '#341A43'

red 52 ◦ green 26 ◦ blue 67

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

Shades of Blackcurrant #341A43

Tints of Blackcurrant #341A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 46.21%

R = 35.86%
G = 17.93%
B = 46.21%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#341A43 (or 0x341A43) is known color: Blackcurrant. HEX triplet: 34, 1A and 43. RGB value is (52,26,67). Sum of RGB (Red+Green+Blue) = 52+26+67=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 67 - color contains mainly: blue. Hex color #341A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A43 is #CBE5BC. Grayscale: #262626. Windows color (decimal): -13362621 or 4397620. OLE color: 4397620.

HSL color Cylindrical-coordinate representation of color #341A43: hue angle of 278.05º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #341A43 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 26 67 -
CMYK 0.22 0.61 0 0.74
HSL 278.05º 0.44% 0.18% -
HSV(B) 278.05º 0.61% 0.26% -
XYZ 2.8 1.87 5.52 -
YUV 38.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 52 26 67 0.22 0.61 0 0.74 278.05 0.44 0.18
Hex 34 1A 43 16 3D 0 4A 116 2C 12
Octal 64 32 103 26 75 0 112 426 54 22
Binary 110100 11010 1000011 10110 111101 0 1001010 100010110 101100 10010

Color Harmonies of #341A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341A43

Black with #341A43

Text Example


Text Example

White with #341A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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