Html Css Color HEX #340846 Blackcurrant

📋 copy color: '#340846'

red 52 ◦ green 8 ◦ blue 70

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

Shades of Blackcurrant #340846

Tints of Blackcurrant #340846

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.15%

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

R = 40%
G = 6.15%
B = 53.85%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#340846 (or 0x340846) is known color: Blackcurrant. HEX triplet: 34, 08 and 46. RGB value is (52,8,70). Sum of RGB (Red+Green+Blue) = 52+8+70=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 70 (27.73% from 255 or 53.85% from 130); Max value from RGB is 70 - color contains mainly: blue. Hex color #340846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340846 is #CBF7B9. Grayscale: #1C1C1C. Windows color (decimal): -13367226 or 4589620. OLE color: 4589620.

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

Color convert

RGB 52 8 70 -
CMYK 0.26 0.89 0 0.73
HSL 282.58º 0.79% 0.15% -
HSV(B) 282.58º 0.89% 0.27% -
XYZ 2.61 1.35 5.92 -
YUV 28.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 52 8 70 0.26 0.89 0 0.73 282.58 0.79 0.15
Hex 34 8 46 1A 59 0 49 11B 4F F
Octal 64 10 106 32 131 0 111 433 117 17
Binary 110100 1000 1000110 11010 1011001 0 1001001 100011011 1001111 1111

Color Harmonies of #340846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340846

Black with #340846

Text Example


Text Example

White with #340846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340846; }

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

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

background-color css

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

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

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

border-color css

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

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

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