Html Css Color HEX #351650 Blackcurrant

📋 copy color: '#351650'

red 53 ◦ green 22 ◦ blue 80

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

Shades of Blackcurrant #351650

Tints of Blackcurrant #351650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.19%

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

R = 34.19%
G = 14.19%
B = 51.61%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#351650 (or 0x351650) is known color: Blackcurrant. HEX triplet: 35, 16 and 50. RGB value is (53,22,80). Sum of RGB (Red+Green+Blue) = 53+22+80=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #351650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351650 is #CAE9AF. Grayscale: #252525. Windows color (decimal): -13298096 or 5248565. OLE color: 5248565.

HSL color Cylindrical-coordinate representation of color #351650: hue angle of 272.07º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #351650 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 22 80 -
CMYK 0.34 0.72 0 0.69
HSL 272.07º 0.57% 0.2% -
HSV(B) 272.07º 0.73% 0.31% -
XYZ 3.2 1.91 7.79 -
YUV 37.88 151.77 138.78 -
System Red Green Blue C M Y K H S L
Decimal 53 22 80 0.34 0.72 0 0.69 272.07 0.57 0.2
Hex 35 16 50 22 48 0 45 110 39 14
Octal 65 26 120 42 110 0 105 420 71 24
Binary 110101 10110 1010000 100010 1001000 0 1000101 100010000 111001 10100

Color Harmonies of #351650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351650

Black with #351650

Text Example


Text Example

White with #351650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351650; }

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

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

background-color css

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

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

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

border-color css

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

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

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