Html Css Color HEX #350150 Blackcurrant

📋 copy color: '#350150'

red 53 ◦ green 1 ◦ blue 80

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

Shades of Blackcurrant #350150

Tints of Blackcurrant #350150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 39.55%
G = 0.75%
B = 59.7%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#350150 (or 0x350150) is known color: Blackcurrant. HEX triplet: 35, 01 and 50. RGB value is (53,1,80). Sum of RGB (Red+Green+Blue) = 53+1+80=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #350150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350150 is #CAFEAF. Grayscale: #191919. Windows color (decimal): -13303472 or 5243189. OLE color: 5243189.

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

Color convert

RGB 53 1 80 -
CMYK 0.34 0.99 0 0.69
HSL 279.49º 0.98% 0.16% -
HSV(B) 279.49º 0.99% 0.31% -
XYZ 2.93 1.36 7.7 -
YUV 25.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 53 1 80 0.34 0.99 0 0.69 279.49 0.98 0.16
Hex 35 1 50 22 63 0 45 117 62 10
Octal 65 1 120 42 143 0 105 427 142 20
Binary 110101 1 1010000 100010 1100011 0 1000101 100010111 1100010 10000

Color Harmonies of #350150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350150

Black with #350150

Text Example


Text Example

White with #350150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350150; }

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

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

background-color css

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

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

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

border-color css

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

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

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