Html Css Color HEX #351947 Blackcurrant

📋 copy color: '#351947'

red 53 ◦ green 25 ◦ blue 71

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

Shades of Blackcurrant #351947

Tints of Blackcurrant #351947

RGB

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

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

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

R = 35.57%
G = 16.78%
B = 47.65%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#351947 (or 0x351947) is known color: Blackcurrant. HEX triplet: 35, 19 and 47. RGB value is (53,25,71). Sum of RGB (Red+Green+Blue) = 53+25+71=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #351947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351947 is #CAE6B8. Grayscale: #262626. Windows color (decimal): -13297337 or 4659509. OLE color: 4659509.

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

Color convert

RGB 53 25 71 -
CMYK 0.25 0.65 0 0.72
HSL 276.52º 0.48% 0.19% -
HSV(B) 276.52º 0.65% 0.28% -
XYZ 2.95 1.91 6.17 -
YUV 38.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 53 25 71 0.25 0.65 0 0.72 276.52 0.48 0.19
Hex 35 19 47 19 41 0 48 115 30 13
Octal 65 31 107 31 101 0 110 425 60 23
Binary 110101 11001 1000111 11001 1000001 0 1001000 100010101 110000 10011

Color Harmonies of #351947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351947

Black with #351947

Text Example


Text Example

White with #351947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351947; }

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

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

background-color css

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

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

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

border-color css

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

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

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