Html Css Color HEX #350549 Blackcurrant

📋 copy color: '#350549'

red 53 ◦ green 5 ◦ blue 73

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

Shades of Blackcurrant #350549

Tints of Blackcurrant #350549

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.82%

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

R = 40.46%
G = 3.82%
B = 55.73%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#350549 (or 0x350549) is known color: Blackcurrant. HEX triplet: 35, 05 and 49. RGB value is (53,5,73). Sum of RGB (Red+Green+Blue) = 53+5+73=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #350549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350549 is #CAFAB6. Grayscale: #1A1A1A. Windows color (decimal): -13302455 or 4785461. OLE color: 4785461.

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

Color convert

RGB 53 5 73 -
CMYK 0.27 0.93 0 0.71
HSL 282.35º 0.87% 0.15% -
HSV(B) 282.35º 0.93% 0.29% -
XYZ 2.73 1.35 6.42 -
YUV 27.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 53 5 73 0.27 0.93 0 0.71 282.35 0.87 0.15
Hex 35 5 49 1B 5D 0 47 11A 57 F
Octal 65 5 111 33 135 0 107 432 127 17
Binary 110101 101 1001001 11011 1011101 0 1000111 100011010 1010111 1111

Color Harmonies of #350549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350549

Black with #350549

Text Example


Text Example

White with #350549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350549; }

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

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

background-color css

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

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

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

border-color css

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

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

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