Html Css Color HEX #342046 Blackcurrant

📋 copy color: '#342046'

red 52 ◦ green 32 ◦ blue 70

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

Shades of Blackcurrant #342046

Tints of Blackcurrant #342046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.78%

 BLUE value IS 70 (27.73% from 255) = 45.45%

R = 33.77%
G = 20.78%
B = 45.45%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#342046 (or 0x342046) is known color: Blackcurrant. HEX triplet: 34, 20 and 46. RGB value is (52,32,70). Sum of RGB (Red+Green+Blue) = 52+32+70=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 70 - color contains mainly: blue. Hex color #342046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342046 is #CBDFB9. Grayscale: #2A2A2A. Windows color (decimal): -13361082 or 4595764. OLE color: 4595764.

HSL color Cylindrical-coordinate representation of color #342046: hue angle of 271.58º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342046 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 32 70 -
CMYK 0.26 0.54 0 0.73
HSL 271.58º 0.37% 0.2% -
HSV(B) 271.58º 0.54% 0.27% -
XYZ 3.04 2.21 6.06 -
YUV 42.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 52 32 70 0.26 0.54 0 0.73 271.58 0.37 0.2
Hex 34 20 46 1A 36 0 49 110 25 14
Octal 64 40 106 32 66 0 111 420 45 24
Binary 110100 100000 1000110 11010 110110 0 1001001 100010000 100101 10100

Color Harmonies of #342046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342046

Black with #342046

Text Example


Text Example

White with #342046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342046; }

 p { color: rgb(52,32,70); }

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

background-color css

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

 a { background-color: rgb(52,32,70); }

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

border-color css

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

 span { border-color: rgb(52,32,70); }

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