Html Css Color HEX #341C3A Blackcurrant

📋 copy color: '#341C3A'

red 52 ◦ green 28 ◦ blue 58

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

Shades of Blackcurrant #341C3A

Tints of Blackcurrant #341C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 42.03%

R = 37.68%
G = 20.29%
B = 42.03%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#341C3A (or 0x341C3A) is known color: Blackcurrant. HEX triplet: 34, 1C and 3A. RGB value is (52,28,58). Sum of RGB (Red+Green+Blue) = 52+28+58=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 58 - color contains mainly: blue. Hex color #341C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C3A is #CBE3C5. Grayscale: #262626. Windows color (decimal): -13362118 or 3808308. OLE color: 3808308.

HSL color Cylindrical-coordinate representation of color #341C3A: hue angle of 288º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #341C3A is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 52 28 58 -
CMYK 0.10 0.52 0 0.77
HSL 288º 0.35% 0.17% -
HSV(B) 288º 0.52% 0.23% -
XYZ 2.6 1.87 4.23 -
YUV 38.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 52 28 58 0.10 0.52 0 0.77 288 0.35 0.17
Hex 34 1C 3A A 34 0 4D 120 23 11
Octal 64 34 72 12 64 0 115 440 43 21
Binary 110100 11100 111010 1010 110100 0 1001101 100100000 100011 10001

Color Harmonies of #341C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C3A

Black with #341C3A

Text Example


Text Example

White with #341C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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