Html Css Color HEX #351149 Blackcurrant

📋 copy color: '#351149'

red 53 ◦ green 17 ◦ blue 73

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

Shades of Blackcurrant #351149

Tints of Blackcurrant #351149

RGB

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

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

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

R = 37.06%
G = 11.89%
B = 51.05%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#351149 (or 0x351149) is known color: Blackcurrant. HEX triplet: 35, 11 and 49. RGB value is (53,17,73). Sum of RGB (Red+Green+Blue) = 53+17+73=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #351149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351149 is #CAEEB6. Grayscale: #212121. Windows color (decimal): -13299383 or 4788533. OLE color: 4788533.

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

Color convert

RGB 53 17 73 -
CMYK 0.27 0.77 0 0.71
HSL 278.57º 0.62% 0.18% -
HSV(B) 278.57º 0.77% 0.29% -
XYZ 2.87 1.64 6.47 -
YUV 34.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 53 17 73 0.27 0.77 0 0.71 278.57 0.62 0.18
Hex 35 11 49 1B 4D 0 47 117 3E 12
Octal 65 21 111 33 115 0 107 427 76 22
Binary 110101 10001 1001001 11011 1001101 0 1000111 100010111 111110 10010

Color Harmonies of #351149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351149

Black with #351149

Text Example


Text Example

White with #351149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351149; }

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

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

background-color css

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

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

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

border-color css

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

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

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