Html Css Color HEX #340641 Blackcurrant

📋 copy color: '#340641'

red 52 ◦ green 6 ◦ blue 65

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

Shades of Blackcurrant #340641

Tints of Blackcurrant #340641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 52.85%

R = 42.28%
G = 4.88%
B = 52.85%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#340641 (or 0x340641) is known color: Blackcurrant. HEX triplet: 34, 06 and 41. RGB value is (52,6,65). Sum of RGB (Red+Green+Blue) = 52+6+65=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #340641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340641 is #CBF9BE. Grayscale: #1A1A1A. Windows color (decimal): -13367743 or 4261428. OLE color: 4261428.

HSL color Cylindrical-coordinate representation of color #340641: hue angle of 286.78º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #340641 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 6 65 -
CMYK 0.20 0.91 0 0.75
HSL 286.78º 0.83% 0.14% -
HSV(B) 286.78º 0.91% 0.25% -
XYZ 2.44 1.24 5.11 -
YUV 26.48 149.74 146.2 -
System Red Green Blue C M Y K H S L
Decimal 52 6 65 0.20 0.91 0 0.75 286.78 0.83 0.14
Hex 34 6 41 14 5B 0 4B 11F 53 E
Octal 64 6 101 24 133 0 113 437 123 16
Binary 110100 110 1000001 10100 1011011 0 1001011 100011111 1010011 1110

Color Harmonies of #340641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340641

Black with #340641

Text Example


Text Example

White with #340641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340641; }

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

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

background-color css

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

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

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

border-color css

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

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

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