Html Css Color HEX #341148 Blackcurrant

📋 copy color: '#341148'

red 52 ◦ green 17 ◦ blue 72

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

Shades of Blackcurrant #341148

Tints of Blackcurrant #341148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.06%

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

R = 36.88%
G = 12.06%
B = 51.06%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#341148 (or 0x341148) is known color: Blackcurrant. HEX triplet: 34, 11 and 48. RGB value is (52,17,72). Sum of RGB (Red+Green+Blue) = 52+17+72=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #341148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341148 is #CBEEB7. Grayscale: #212121. Windows color (decimal): -13364920 or 4722996. OLE color: 4722996.

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

Color convert

RGB 52 17 72 -
CMYK 0.28 0.76 0 0.72
HSL 278.18º 0.62% 0.17% -
HSV(B) 278.18º 0.76% 0.28% -
XYZ 2.79 1.6 6.29 -
YUV 33.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 52 17 72 0.28 0.76 0 0.72 278.18 0.62 0.17
Hex 34 11 48 1C 4C 0 48 116 3E 11
Octal 64 21 110 34 114 0 110 426 76 21
Binary 110100 10001 1001000 11100 1001100 0 1001000 100010110 111110 10001

Color Harmonies of #341148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341148

Black with #341148

Text Example


Text Example

White with #341148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341148; }

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

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

background-color css

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

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

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

border-color css

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

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

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