Html Css Color HEX #351949 Blackcurrant

📋 copy color: '#351949'

red 53 ◦ green 25 ◦ blue 73

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

Shades of Blackcurrant #351949

Tints of Blackcurrant #351949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.56%

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

R = 35.1%
G = 16.56%
B = 48.34%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#351949 (or 0x351949) is known color: Blackcurrant. HEX triplet: 35, 19 and 49. RGB value is (53,25,73). Sum of RGB (Red+Green+Blue) = 53+25+73=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #351949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351949 is #CAE6B6. Grayscale: #262626. Windows color (decimal): -13297335 or 4790581. OLE color: 4790581.

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

Color convert

RGB 53 25 73 -
CMYK 0.27 0.66 0 0.71
HSL 275º 0.49% 0.19% -
HSV(B) 275º 0.66% 0.29% -
XYZ 3.02 1.93 6.52 -
YUV 38.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 53 25 73 0.27 0.66 0 0.71 275 0.49 0.19
Hex 35 19 49 1B 42 0 47 113 31 13
Octal 65 31 111 33 102 0 107 423 61 23
Binary 110101 11001 1001001 11011 1000010 0 1000111 100010011 110001 10011

Color Harmonies of #351949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351949

Black with #351949

Text Example


Text Example

White with #351949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351949; }

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

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

background-color css

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

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

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

border-color css

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

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

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