Html Css Color HEX #350950 Blackcurrant

📋 copy color: '#350950'

red 53 ◦ green 9 ◦ blue 80

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

Shades of Blackcurrant #350950

Tints of Blackcurrant #350950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.34%

 BLUE value IS 80 (31.64% from 255) = 56.34%

R = 37.32%
G = 6.34%
B = 56.34%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#350950 (or 0x350950) is known color: Blackcurrant. HEX triplet: 35, 09 and 50. RGB value is (53,9,80). Sum of RGB (Red+Green+Blue) = 53+9+80=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #350950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350950 is #CAF6AF. Grayscale: #1E1E1E. Windows color (decimal): -13301424 or 5245237. OLE color: 5245237.

HSL color Cylindrical-coordinate representation of color #350950: hue angle of 277.18º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350950 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 9 80 -
CMYK 0.34 0.89 0 0.69
HSL 277.18º 0.8% 0.17% -
HSV(B) 277.18º 0.89% 0.31% -
XYZ 3.01 1.53 7.73 -
YUV 30.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 53 9 80 0.34 0.89 0 0.69 277.18 0.8 0.17
Hex 35 9 50 22 59 0 45 115 50 11
Octal 65 11 120 42 131 0 105 425 120 21
Binary 110101 1001 1010000 100010 1011001 0 1000101 100010101 1010000 10001

Color Harmonies of #350950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350950

Black with #350950

Text Example


Text Example

White with #350950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350950; }

 p { color: rgb(53,9,80); }

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

background-color css

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

 a { background-color: rgb(53,9,80); }

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

border-color css

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

 span { border-color: rgb(53,9,80); }

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