Html Css Color HEX #342739 Blackcurrant

📋 copy color: '#342739'

red 52 ◦ green 39 ◦ blue 57

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

Shades of Blackcurrant #342739

Tints of Blackcurrant #342739

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.35%

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

R = 35.14%
G = 26.35%
B = 38.51%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#342739 (or 0x342739) is known color: Blackcurrant. HEX triplet: 34, 27 and 39. RGB value is (52,39,57). Sum of RGB (Red+Green+Blue) = 52+39+57=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 57 - color contains mainly: blue. Hex color #342739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342739 is #CBD8C6. Grayscale: #2C2C2C. Windows color (decimal): -13359303 or 3745588. OLE color: 3745588.

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

Color convert

RGB 52 39 57 -
CMYK 0.09 0.32 0 0.78
HSL 283.33º 0.19% 0.19% -
HSV(B) 283.33º 0.32% 0.22% -
XYZ 2.88 2.48 4.2 -
YUV 44.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 52 39 57 0.09 0.32 0 0.78 283.33 0.19 0.19
Hex 34 27 39 9 20 0 4E 11B 13 13
Octal 64 47 71 11 40 0 116 433 23 23
Binary 110100 100111 111001 1001 100000 0 1001110 100011011 10011 10011

Color Harmonies of #342739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342739

Black with #342739

Text Example


Text Example

White with #342739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342739; }

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

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

background-color css

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

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

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

border-color css

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

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

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