Html Css Color HEX #340746 Blackcurrant

📋 copy color: '#340746'

red 52 ◦ green 7 ◦ blue 70

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

Shades of Blackcurrant #340746

Tints of Blackcurrant #340746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.43%

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

R = 40.31%
G = 5.43%
B = 54.26%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#340746 (or 0x340746) is known color: Blackcurrant. HEX triplet: 34, 07 and 46. RGB value is (52,7,70). Sum of RGB (Red+Green+Blue) = 52+7+70=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #340746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340746 is #CBF8B9. Grayscale: #1B1B1B. Windows color (decimal): -13367482 or 4589364. OLE color: 4589364.

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

Color convert

RGB 52 7 70 -
CMYK 0.26 0.90 0 0.73
HSL 282.86º 0.82% 0.15% -
HSV(B) 282.86º 0.9% 0.27% -
XYZ 2.6 1.32 5.91 -
YUV 27.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 52 7 70 0.26 0.90 0 0.73 282.86 0.82 0.15
Hex 34 7 46 1A 5A 0 49 11B 52 F
Octal 64 7 106 32 132 0 111 433 122 17
Binary 110100 111 1000110 11010 1011010 0 1001001 100011011 1010010 1111

Color Harmonies of #340746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340746

Black with #340746

Text Example


Text Example

White with #340746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340746; }

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

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

background-color css

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

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

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

border-color css

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

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

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