Html Css Color HEX #340256 Blackcurrant

📋 copy color: '#340256'

red 52 ◦ green 2 ◦ blue 86

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

Shades of Blackcurrant #340256

Tints of Blackcurrant #340256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.43%

 BLUE value IS 86 (33.98% from 255) = 61.43%

R = 37.14%
G = 1.43%
B = 61.43%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#340256 (or 0x340256) is known color: Blackcurrant. HEX triplet: 34, 02 and 56. RGB value is (52,2,86). Sum of RGB (Red+Green+Blue) = 52+2+86=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #340256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340256 is #CBFDA9. Grayscale: #1A1A1A. Windows color (decimal): -13368746 or 5636660. OLE color: 5636660.

HSL color Cylindrical-coordinate representation of color #340256: hue angle of 275.71º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340256 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 2 86 -
CMYK 0.40 0.98 0 0.66
HSL 275.71º 0.95% 0.17% -
HSV(B) 275.71º 0.98% 0.34% -
XYZ 3.12 1.45 8.92 -
YUV 26.53 161.57 146.17 -
System Red Green Blue C M Y K H S L
Decimal 52 2 86 0.40 0.98 0 0.66 275.71 0.95 0.17
Hex 34 2 56 28 62 0 42 114 5F 11
Octal 64 2 126 50 142 0 102 424 137 21
Binary 110100 10 1010110 101000 1100010 0 1000010 100010100 1011111 10001

Color Harmonies of #340256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340256

Black with #340256

Text Example


Text Example

White with #340256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340256; }

 p { color: rgb(52,2,86); }

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

background-color css

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

 a { background-color: rgb(52,2,86); }

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

border-color css

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

 span { border-color: rgb(52,2,86); }

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