Html Css Color HEX #350149 Blackcurrant

📋 copy color: '#350149'

red 53 ◦ green 1 ◦ blue 73

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

Shades of Blackcurrant #350149

Tints of Blackcurrant #350149

RGB

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

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

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

R = 41.73%
G = 0.79%
B = 57.48%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#350149 (or 0x350149) is known color: Blackcurrant. HEX triplet: 35, 01 and 49. RGB value is (53,1,73). Sum of RGB (Red+Green+Blue) = 53+1+73=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #350149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350149 is #CAFEB6. Grayscale: #181818. Windows color (decimal): -13303479 or 4784437. OLE color: 4784437.

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

Color convert

RGB 53 1 73 -
CMYK 0.27 0.99 0 0.71
HSL 283.33º 0.97% 0.15% -
HSV(B) 283.33º 0.99% 0.29% -
XYZ 2.68 1.26 6.41 -
YUV 24.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 53 1 73 0.27 0.99 0 0.71 283.33 0.97 0.15
Hex 35 1 49 1B 63 0 47 11B 61 F
Octal 65 1 111 33 143 0 107 433 141 17
Binary 110101 1 1001001 11011 1100011 0 1000111 100011011 1100001 1111

Color Harmonies of #350149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350149

Black with #350149

Text Example


Text Example

White with #350149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350149; }

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

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

background-color css

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

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

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

border-color css

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

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

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