Html Css Color HEX #351547 Blackcurrant

📋 copy color: '#351547'

red 53 ◦ green 21 ◦ blue 71

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

Shades of Blackcurrant #351547

Tints of Blackcurrant #351547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.48%

 BLUE value IS 71 (28.13% from 255) = 48.97%

R = 36.55%
G = 14.48%
B = 48.97%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#351547 (or 0x351547) is known color: Blackcurrant. HEX triplet: 35, 15 and 47. RGB value is (53,21,71). Sum of RGB (Red+Green+Blue) = 53+21+71=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #351547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351547 is #CAEAB8. Grayscale: #242424. Windows color (decimal): -13298361 or 4658485. OLE color: 4658485.

HSL color Cylindrical-coordinate representation of color #351547: hue angle of 278.4º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #351547 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 21 71 -
CMYK 0.25 0.70 0 0.72
HSL 278.4º 0.54% 0.18% -
HSV(B) 278.4º 0.7% 0.28% -
XYZ 2.87 1.75 6.15 -
YUV 36.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 53 21 71 0.25 0.70 0 0.72 278.4 0.54 0.18
Hex 35 15 47 19 46 0 48 116 36 12
Octal 65 25 107 31 106 0 110 426 66 22
Binary 110101 10101 1000111 11001 1000110 0 1001000 100010110 110110 10010

Color Harmonies of #351547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351547

Black with #351547

Text Example


Text Example

White with #351547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351547; }

 p { color: rgb(53,21,71); }

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

background-color css

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

 a { background-color: rgb(53,21,71); }

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

border-color css

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

 span { border-color: rgb(53,21,71); }

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