Html Css Color HEX #351F47 Blackcurrant

📋 copy color: '#351F47'

red 53 ◦ green 31 ◦ blue 71

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

Shades of Blackcurrant #351F47

Tints of Blackcurrant #351F47

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20%

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

R = 34.19%
G = 20%
B = 45.81%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#351F47 (or 0x351F47) is known color: Blackcurrant. HEX triplet: 35, 1F and 47. RGB value is (53,31,71). Sum of RGB (Red+Green+Blue) = 53+31+71=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #351F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F47 is #CAE0B8. Grayscale: #2A2A2A. Windows color (decimal): -13295801 or 4661045. OLE color: 4661045.

HSL color Cylindrical-coordinate representation of color #351F47: hue angle of 273º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #351F47 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 31 71 -
CMYK 0.25 0.56 0 0.72
HSL 273º 0.39% 0.2% -
HSV(B) 273º 0.56% 0.28% -
XYZ 3.1 2.19 6.22 -
YUV 42.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 53 31 71 0.25 0.56 0 0.72 273 0.39 0.2
Hex 35 1F 47 19 38 0 48 111 27 14
Octal 65 37 107 31 70 0 110 421 47 24
Binary 110101 11111 1000111 11001 111000 0 1001000 100010001 100111 10100

Color Harmonies of #351F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F47

Black with #351F47

Text Example


Text Example

White with #351F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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