Html Css Color HEX #350649 Blackcurrant

📋 copy color: '#350649'

red 53 ◦ green 6 ◦ blue 73

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

Shades of Blackcurrant #350649

Tints of Blackcurrant #350649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.55%

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

R = 40.15%
G = 4.55%
B = 55.3%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#350649 (or 0x350649) is known color: Blackcurrant. HEX triplet: 35, 06 and 49. RGB value is (53,6,73). Sum of RGB (Red+Green+Blue) = 53+6+73=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #350649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350649 is #CAF9B6. Grayscale: #1B1B1B. Windows color (decimal): -13302199 or 4785717. OLE color: 4785717.

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

Color convert

RGB 53 6 73 -
CMYK 0.27 0.92 0 0.71
HSL 282.09º 0.85% 0.15% -
HSV(B) 282.09º 0.92% 0.29% -
XYZ 2.74 1.37 6.42 -
YUV 27.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 53 6 73 0.27 0.92 0 0.71 282.09 0.85 0.15
Hex 35 6 49 1B 5C 0 47 11A 55 F
Octal 65 6 111 33 134 0 107 432 125 17
Binary 110101 110 1001001 11011 1011100 0 1000111 100011010 1010101 1111

Color Harmonies of #350649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350649

Black with #350649

Text Example


Text Example

White with #350649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350649; }

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

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

background-color css

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

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

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

border-color css

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

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

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