Html Css Color HEX #342939 Blackcurrant

📋 copy color: '#342939'

red 52 ◦ green 41 ◦ blue 57

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

Shades of Blackcurrant #342939

Tints of Blackcurrant #342939

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.33%

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

R = 34.67%
G = 27.33%
B = 38%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#342939 (or 0x342939) is known color: Blackcurrant. HEX triplet: 34, 29 and 39. RGB value is (52,41,57). Sum of RGB (Red+Green+Blue) = 52+41+57=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 57 - color contains mainly: blue. Hex color #342939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342939 is #CBD6C6. Grayscale: #2E2E2E. Windows color (decimal): -13358791 or 3746100. OLE color: 3746100.

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

Color convert

RGB 52 41 57 -
CMYK 0.09 0.28 0 0.78
HSL 281.25º 0.16% 0.19% -
HSV(B) 281.25º 0.28% 0.22% -
XYZ 2.95 2.61 4.22 -
YUV 46.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 52 41 57 0.09 0.28 0 0.78 281.25 0.16 0.19
Hex 34 29 39 9 1C 0 4E 119 10 13
Octal 64 51 71 11 34 0 116 431 20 23
Binary 110100 101001 111001 1001 11100 0 1001110 100011001 10000 10011

Color Harmonies of #342939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342939

Black with #342939

Text Example


Text Example

White with #342939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342939; }

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

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

background-color css

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

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

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

border-color css

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

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

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