Html Css Color HEX #341348 Blackcurrant

📋 copy color: '#341348'

red 52 ◦ green 19 ◦ blue 72

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

Shades of Blackcurrant #341348

Tints of Blackcurrant #341348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.29%

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

R = 36.36%
G = 13.29%
B = 50.35%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#341348 (or 0x341348) is known color: Blackcurrant. HEX triplet: 34, 13 and 48. RGB value is (52,19,72). Sum of RGB (Red+Green+Blue) = 52+19+72=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #341348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341348 is #CBECB7. Grayscale: #222222. Windows color (decimal): -13364408 or 4723508. OLE color: 4723508.

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

Color convert

RGB 52 19 72 -
CMYK 0.28 0.74 0 0.72
HSL 277.36º 0.58% 0.18% -
HSV(B) 277.36º 0.74% 0.28% -
XYZ 2.82 1.66 6.3 -
YUV 34.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 52 19 72 0.28 0.74 0 0.72 277.36 0.58 0.18
Hex 34 13 48 1C 4A 0 48 115 3A 12
Octal 64 23 110 34 112 0 110 425 72 22
Binary 110100 10011 1001000 11100 1001010 0 1001000 100010101 111010 10010

Color Harmonies of #341348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341348

Black with #341348

Text Example


Text Example

White with #341348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341348; }

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

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

background-color css

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

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

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

border-color css

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

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

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