Html Css Color HEX #351647 Blackcurrant

📋 copy color: '#351647'

red 53 ◦ green 22 ◦ blue 71

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

Shades of Blackcurrant #351647

Tints of Blackcurrant #351647

RGB

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

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

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

R = 36.3%
G = 15.07%
B = 48.63%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#351647 (or 0x351647) is known color: Blackcurrant. HEX triplet: 35, 16 and 47. RGB value is (53,22,71). Sum of RGB (Red+Green+Blue) = 53+22+71=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #351647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351647 is #CAE9B8. Grayscale: #242424. Windows color (decimal): -13298105 or 4658741. OLE color: 4658741.

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

Color convert

RGB 53 22 71 -
CMYK 0.25 0.69 0 0.72
HSL 277.96º 0.53% 0.18% -
HSV(B) 277.96º 0.69% 0.28% -
XYZ 2.89 1.79 6.15 -
YUV 36.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 53 22 71 0.25 0.69 0 0.72 277.96 0.53 0.18
Hex 35 16 47 19 45 0 48 116 35 12
Octal 65 26 107 31 105 0 110 426 65 22
Binary 110101 10110 1000111 11001 1000101 0 1001000 100010110 110101 10010

Color Harmonies of #351647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351647

Black with #351647

Text Example


Text Example

White with #351647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351647; }

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

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

background-color css

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

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

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

border-color css

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

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

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