Html Css Color HEX #341548 Blackcurrant

📋 copy color: '#341548'

red 52 ◦ green 21 ◦ blue 72

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

Shades of Blackcurrant #341548

Tints of Blackcurrant #341548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.48%

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

R = 35.86%
G = 14.48%
B = 49.66%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#341548 (or 0x341548) is known color: Blackcurrant. HEX triplet: 34, 15 and 48. RGB value is (52,21,72). Sum of RGB (Red+Green+Blue) = 52+21+72=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #341548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341548 is #CBEAB7. Grayscale: #232323. Windows color (decimal): -13363896 or 4724020. OLE color: 4724020.

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

Color convert

RGB 52 21 72 -
CMYK 0.28 0.71 0 0.72
HSL 276.47º 0.55% 0.18% -
HSV(B) 276.47º 0.71% 0.28% -
XYZ 2.85 1.73 6.32 -
YUV 36.08 148.27 139.35 -
System Red Green Blue C M Y K H S L
Decimal 52 21 72 0.28 0.71 0 0.72 276.47 0.55 0.18
Hex 34 15 48 1C 47 0 48 114 37 12
Octal 64 25 110 34 107 0 110 424 67 22
Binary 110100 10101 1001000 11100 1000111 0 1001000 100010100 110111 10010

Color Harmonies of #341548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341548

Black with #341548

Text Example


Text Example

White with #341548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341548; }

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

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

background-color css

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

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

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

border-color css

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

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

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