Html Css Color HEX #341048 Blackcurrant

📋 copy color: '#341048'

red 52 ◦ green 16 ◦ blue 72

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

Shades of Blackcurrant #341048

Tints of Blackcurrant #341048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.43%

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

R = 37.14%
G = 11.43%
B = 51.43%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#341048 (or 0x341048) is known color: Blackcurrant. HEX triplet: 34, 10 and 48. RGB value is (52,16,72). Sum of RGB (Red+Green+Blue) = 52+16+72=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #341048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341048 is #CBEFB7. Grayscale: #202020. Windows color (decimal): -13365176 or 4722740. OLE color: 4722740.

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

Color convert

RGB 52 16 72 -
CMYK 0.28 0.78 0 0.72
HSL 278.57º 0.64% 0.17% -
HSV(B) 278.57º 0.78% 0.28% -
XYZ 2.77 1.57 6.29 -
YUV 33.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 52 16 72 0.28 0.78 0 0.72 278.57 0.64 0.17
Hex 34 10 48 1C 4E 0 48 117 40 11
Octal 64 20 110 34 116 0 110 427 100 21
Binary 110100 10000 1001000 11100 1001110 0 1001000 100010111 1000000 10001

Color Harmonies of #341048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341048

Black with #341048

Text Example


Text Example

White with #341048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341048; }

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

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

background-color css

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

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

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

border-color css

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

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

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