Html Css Color HEX #340A51 Blackcurrant

📋 copy color: '#340A51'

red 52 ◦ green 10 ◦ blue 81

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

Shades of Blackcurrant #340A51

Tints of Blackcurrant #340A51

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.99%

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

R = 36.36%
G = 6.99%
B = 56.64%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#340A51 (or 0x340A51) is known color: Blackcurrant. HEX triplet: 34, 0A and 51. RGB value is (52,10,81). Sum of RGB (Red+Green+Blue) = 52+10+81=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #340A51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340A51 is #CBF5AE. Grayscale: #1E1E1E. Windows color (decimal): -13366703 or 5311028. OLE color: 5311028.

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

Color convert

RGB 52 10 81 -
CMYK 0.36 0.88 0 0.68
HSL 275.49º 0.78% 0.18% -
HSV(B) 275.49º 0.88% 0.32% -
XYZ 3.01 1.54 7.92 -
YUV 30.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 52 10 81 0.36 0.88 0 0.68 275.49 0.78 0.18
Hex 34 A 51 24 58 0 44 113 4E 12
Octal 64 12 121 44 130 0 104 423 116 22
Binary 110100 1010 1010001 100100 1011000 0 1000100 100010011 1001110 10010

Color Harmonies of #340A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340A51

Black with #340A51

Text Example


Text Example

White with #340A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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