Html Css Color HEX #340F50 Blackcurrant

📋 copy color: '#340F50'

red 52 ◦ green 15 ◦ blue 80

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

Shades of Blackcurrant #340F50

Tints of Blackcurrant #340F50

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.2%

 BLUE value IS 80 (31.64% from 255) = 54.42%

R = 35.37%
G = 10.2%
B = 54.42%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#340F50 (or 0x340F50) is known color: Blackcurrant. HEX triplet: 34, 0F and 50. RGB value is (52,15,80). Sum of RGB (Red+Green+Blue) = 52+15+80=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #340F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340F50 is #CBF0AF. Grayscale: #212121. Windows color (decimal): -13365424 or 5246772. OLE color: 5246772.

HSL color Cylindrical-coordinate representation of color #340F50: hue angle of 274.15º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #340F50 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 15 80 -
CMYK 0.35 0.81 0 0.69
HSL 274.15º 0.68% 0.19% -
HSV(B) 274.15º 0.81% 0.31% -
XYZ 3.03 1.65 7.75 -
YUV 33.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 52 15 80 0.35 0.81 0 0.69 274.15 0.68 0.19
Hex 34 F 50 23 51 0 45 112 44 13
Octal 64 17 120 43 121 0 105 422 104 23
Binary 110100 1111 1010000 100011 1010001 0 1000101 100010010 1000100 10011

Color Harmonies of #340F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340F50

Black with #340F50

Text Example


Text Example

White with #340F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340F50; }

 p { color: rgb(52,15,80); }

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

background-color css

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

 a { background-color: rgb(52,15,80); }

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

border-color css

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

 span { border-color: rgb(52,15,80); }

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