Html Css Color HEX #340551 Blackcurrant

📋 copy color: '#340551'

red 52 ◦ green 5 ◦ blue 81

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

Shades of Blackcurrant #340551

Tints of Blackcurrant #340551

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.62%

 BLUE value IS 81 (32.03% from 255) = 58.7%

R = 37.68%
G = 3.62%
B = 58.7%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#340551 (or 0x340551) is known color: Blackcurrant. HEX triplet: 34, 05 and 51. RGB value is (52,5,81). Sum of RGB (Red+Green+Blue) = 52+5+81=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #340551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340551 is #CBFAAE. Grayscale: #1B1B1B. Windows color (decimal): -13367983 or 5309748. OLE color: 5309748.

HSL color Cylindrical-coordinate representation of color #340551: hue angle of 277.11º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340551 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 5 81 -
CMYK 0.36 0.94 0 0.68
HSL 277.11º 0.88% 0.17% -
HSV(B) 277.11º 0.94% 0.32% -
XYZ 2.96 1.43 7.91 -
YUV 27.72 158.07 145.32 -
System Red Green Blue C M Y K H S L
Decimal 52 5 81 0.36 0.94 0 0.68 277.11 0.88 0.17
Hex 34 5 51 24 5E 0 44 115 58 11
Octal 64 5 121 44 136 0 104 425 130 21
Binary 110100 101 1010001 100100 1011110 0 1000100 100010101 1011000 10001

Color Harmonies of #340551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340551

Black with #340551

Text Example


Text Example

White with #340551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340551; }

 p { color: rgb(52,5,81); }

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

background-color css

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

 a { background-color: rgb(52,5,81); }

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

border-color css

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

 span { border-color: rgb(52,5,81); }

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