Html Css Color HEX #351249 Blackcurrant

📋 copy color: '#351249'

red 53 ◦ green 18 ◦ blue 73

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

Shades of Blackcurrant #351249

Tints of Blackcurrant #351249

RGB

 RED value IS 53 (21.09% from 255) = 36.81%

 GREEN value IS 18 (7.42% from 255) = 12.5%

 BLUE value IS 73 (28.91% from 255) = 50.69%

R = 36.81%
G = 12.5%
B = 50.69%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#351249 (or 0x351249) is known color: Blackcurrant. HEX triplet: 35, 12 and 49. RGB value is (53,18,73). Sum of RGB (Red+Green+Blue) = 53+18+73=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #351249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351249 is #CAEDB6. Grayscale: #222222. Windows color (decimal): -13299127 or 4788789. OLE color: 4788789.

HSL color Cylindrical-coordinate representation of color #351249: hue angle of 278.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351249 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 18 73 -
CMYK 0.27 0.75 0 0.71
HSL 278.18º 0.6% 0.18% -
HSV(B) 278.18º 0.75% 0.29% -
XYZ 2.89 1.67 6.47 -
YUV 34.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 53 18 73 0.27 0.75 0 0.71 278.18 0.6 0.18
Hex 35 12 49 1B 4B 0 47 116 3C 12
Octal 65 22 111 33 113 0 107 426 74 22
Binary 110101 10010 1001001 11011 1001011 0 1000111 100010110 111100 10010

Color Harmonies of #351249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351249

Black with #351249

Text Example


Text Example

White with #351249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351249; }

 p { color: rgb(53,18,73); }

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

background-color css

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

 a { background-color: rgb(53,18,73); }

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

border-color css

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

 span { border-color: rgb(53,18,73); }

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