Html Css Color HEX #341C43 Blackcurrant

📋 copy color: '#341C43'

red 52 ◦ green 28 ◦ blue 67

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

Shades of Blackcurrant #341C43

Tints of Blackcurrant #341C43

RGB

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

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

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

R = 35.37%
G = 19.05%
B = 45.58%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#341C43 (or 0x341C43) is known color: Blackcurrant. HEX triplet: 34, 1C and 43. RGB value is (52,28,67). Sum of RGB (Red+Green+Blue) = 52+28+67=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 67 - color contains mainly: blue. Hex color #341C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C43 is #CBE3BC. Grayscale: #272727. Windows color (decimal): -13362109 or 4398132. OLE color: 4398132.

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

Color convert

RGB 52 28 67 -
CMYK 0.22 0.58 0 0.74
HSL 276.92º 0.41% 0.19% -
HSV(B) 276.92º 0.58% 0.26% -
XYZ 2.84 1.97 5.54 -
YUV 39.62 143.45 136.83 -
System Red Green Blue C M Y K H S L
Decimal 52 28 67 0.22 0.58 0 0.74 276.92 0.41 0.19
Hex 34 1C 43 16 3A 0 4A 115 29 13
Octal 64 34 103 26 72 0 112 425 51 23
Binary 110100 11100 1000011 10110 111010 0 1001010 100010101 101001 10011

Color Harmonies of #341C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C43

Black with #341C43

Text Example


Text Example

White with #341C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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