Html Css Color HEX #340548 Blackcurrant

📋 copy color: '#340548'

red 52 ◦ green 5 ◦ blue 72

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

Shades of Blackcurrant #340548

Tints of Blackcurrant #340548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 55.81%

R = 40.31%
G = 3.88%
B = 55.81%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#340548 (or 0x340548) is known color: Blackcurrant. HEX triplet: 34, 05 and 48. RGB value is (52,5,72). Sum of RGB (Red+Green+Blue) = 52+5+72=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #340548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340548 is #CBFAB7. Grayscale: #1A1A1A. Windows color (decimal): -13367992 or 4719924. OLE color: 4719924.

HSL color Cylindrical-coordinate representation of color #340548: hue angle of 282.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340548 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 5 72 -
CMYK 0.28 0.93 0 0.72
HSL 282.09º 0.87% 0.15% -
HSV(B) 282.09º 0.93% 0.28% -
XYZ 2.64 1.31 6.24 -
YUV 26.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 52 5 72 0.28 0.93 0 0.72 282.09 0.87 0.15
Hex 34 5 48 1C 5D 0 48 11A 57 F
Octal 64 5 110 34 135 0 110 432 127 17
Binary 110100 101 1001000 11100 1011101 0 1001000 100011010 1010111 1111

Color Harmonies of #340548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340548

Black with #340548

Text Example


Text Example

White with #340548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340548; }

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

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

background-color css

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

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

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

border-color css

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

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

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