Html Css Color HEX #342139 Blackcurrant

📋 copy color: '#342139'

red 52 ◦ green 33 ◦ blue 57

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

Shades of Blackcurrant #342139

Tints of Blackcurrant #342139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.24%

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

R = 36.62%
G = 23.24%
B = 40.14%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#342139 (or 0x342139) is known color: Blackcurrant. HEX triplet: 34, 21 and 39. RGB value is (52,33,57). Sum of RGB (Red+Green+Blue) = 52+33+57=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 57 (22.66% from 255 or 40.14% from 142); Max value from RGB is 57 - color contains mainly: blue. Hex color #342139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342139 is #CBDEC6. Grayscale: #292929. Windows color (decimal): -13360839 or 3744052. OLE color: 3744052.

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

Color convert

RGB 52 33 57 -
CMYK 0.09 0.42 0 0.78
HSL 287.5º 0.27% 0.18% -
HSV(B) 287.5º 0.42% 0.22% -
XYZ 2.7 2.11 4.14 -
YUV 41.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 52 33 57 0.09 0.42 0 0.78 287.5 0.27 0.18
Hex 34 21 39 9 2A 0 4E 120 1B 12
Octal 64 41 71 11 52 0 116 440 33 22
Binary 110100 100001 111001 1001 101010 0 1001110 100100000 11011 10010

Color Harmonies of #342139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342139

Black with #342139

Text Example


Text Example

White with #342139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342139; }

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

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

background-color css

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

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

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

border-color css

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

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

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