Html Css Color HEX #342639 Blackcurrant

📋 copy color: '#342639'

red 52 ◦ green 38 ◦ blue 57

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

Shades of Blackcurrant #342639

Tints of Blackcurrant #342639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.85%

 BLUE value IS 57 (22.66% from 255) = 38.78%

R = 35.37%
G = 25.85%
B = 38.78%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#342639 (or 0x342639) is known color: Blackcurrant. HEX triplet: 34, 26 and 39. RGB value is (52,38,57). Sum of RGB (Red+Green+Blue) = 52+38+57=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 57 - color contains mainly: blue. Hex color #342639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342639 is #CBD9C6. Grayscale: #2C2C2C. Windows color (decimal): -13359559 or 3745332. OLE color: 3745332.

HSL color Cylindrical-coordinate representation of color #342639: hue angle of 284.21º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #342639 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 38 57 -
CMYK 0.09 0.33 0 0.78
HSL 284.21º 0.2% 0.19% -
HSV(B) 284.21º 0.33% 0.22% -
XYZ 2.85 2.41 4.19 -
YUV 44.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 52 38 57 0.09 0.33 0 0.78 284.21 0.2 0.19
Hex 34 26 39 9 21 0 4E 11C 14 13
Octal 64 46 71 11 41 0 116 434 24 23
Binary 110100 100110 111001 1001 100001 0 1001110 100011100 10100 10011

Color Harmonies of #342639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342639

Black with #342639

Text Example


Text Example

White with #342639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342639; }

 p { color: rgb(52,38,57); }

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

background-color css

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

 a { background-color: rgb(52,38,57); }

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

border-color css

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

 span { border-color: rgb(52,38,57); }

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