Html Css Color HEX #351449 Blackcurrant

📋 copy color: '#351449'

red 53 ◦ green 20 ◦ blue 73

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

Shades of Blackcurrant #351449

Tints of Blackcurrant #351449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.7%

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

R = 36.3%
G = 13.7%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#351449 (or 0x351449) is known color: Blackcurrant. HEX triplet: 35, 14 and 49. RGB value is (53,20,73). Sum of RGB (Red+Green+Blue) = 53+20+73=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #351449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351449 is #CAEBB6. Grayscale: #232323. Windows color (decimal): -13298615 or 4789301. OLE color: 4789301.

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

Color convert

RGB 53 20 73 -
CMYK 0.27 0.73 0 0.71
HSL 277.36º 0.57% 0.18% -
HSV(B) 277.36º 0.73% 0.29% -
XYZ 2.92 1.74 6.48 -
YUV 35.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 53 20 73 0.27 0.73 0 0.71 277.36 0.57 0.18
Hex 35 14 49 1B 49 0 47 115 39 12
Octal 65 24 111 33 111 0 107 425 71 22
Binary 110101 10100 1001001 11011 1001001 0 1000111 100010101 111001 10010

Color Harmonies of #351449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351449

Black with #351449

Text Example


Text Example

White with #351449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351449; }

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

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

background-color css

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

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

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

border-color css

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

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

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