Html Css Color HEX #341D43 Blackcurrant

📋 copy color: '#341D43'

red 52 ◦ green 29 ◦ blue 67

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

Shades of Blackcurrant #341D43

Tints of Blackcurrant #341D43

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.59%

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

R = 35.14%
G = 19.59%
B = 45.27%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#341D43 (or 0x341D43) is known color: Blackcurrant. HEX triplet: 34, 1D and 43. RGB value is (52,29,67). Sum of RGB (Red+Green+Blue) = 52+29+67=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 67 - color contains mainly: blue. Hex color #341D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D43 is #CBE2BC. Grayscale: #282828. Windows color (decimal): -13361853 or 4398388. OLE color: 4398388.

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

Color convert

RGB 52 29 67 -
CMYK 0.22 0.57 0 0.74
HSL 276.32º 0.4% 0.19% -
HSV(B) 276.32º 0.57% 0.26% -
XYZ 2.87 2.01 5.55 -
YUV 40.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 52 29 67 0.22 0.57 0 0.74 276.32 0.4 0.19
Hex 34 1D 43 16 39 0 4A 114 28 13
Octal 64 35 103 26 71 0 112 424 50 23
Binary 110100 11101 1000011 10110 111001 0 1001010 100010100 101000 10011

Color Harmonies of #341D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D43

Black with #341D43

Text Example


Text Example

White with #341D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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