Html Css Color HEX #340648 Blackcurrant

📋 copy color: '#340648'

red 52 ◦ green 6 ◦ blue 72

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

Shades of Blackcurrant #340648

Tints of Blackcurrant #340648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.62%

 BLUE value IS 72 (28.52% from 255) = 55.38%

R = 40%
G = 4.62%
B = 55.38%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#340648 (or 0x340648) is known color: Blackcurrant. HEX triplet: 34, 06 and 48. RGB value is (52,6,72). Sum of RGB (Red+Green+Blue) = 52+6+72=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #340648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340648 is #CBF9B7. Grayscale: #1B1B1B. Windows color (decimal): -13367736 or 4720180. OLE color: 4720180.

HSL color Cylindrical-coordinate representation of color #340648: hue angle of 281.82º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340648 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 6 72 -
CMYK 0.28 0.92 0 0.72
HSL 281.82º 0.85% 0.15% -
HSV(B) 281.82º 0.92% 0.28% -
XYZ 2.65 1.33 6.25 -
YUV 27.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 52 6 72 0.28 0.92 0 0.72 281.82 0.85 0.15
Hex 34 6 48 1C 5C 0 48 11A 55 F
Octal 64 6 110 34 134 0 110 432 125 17
Binary 110100 110 1001000 11100 1011100 0 1001000 100011010 1010101 1111

Color Harmonies of #340648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340648

Black with #340648

Text Example


Text Example

White with #340648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340648; }

 p { color: rgb(52,6,72); }

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

background-color css

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

 a { background-color: rgb(52,6,72); }

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

border-color css

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

 span { border-color: rgb(52,6,72); }

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