Html Css Color HEX #351F45 Blackcurrant

📋 copy color: '#351F45'

red 53 ◦ green 31 ◦ blue 69

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

Shades of Blackcurrant #351F45

Tints of Blackcurrant #351F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 45.1%

R = 34.64%
G = 20.26%
B = 45.1%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#351F45 (or 0x351F45) is known color: Blackcurrant. HEX triplet: 35, 1F and 45. RGB value is (53,31,69). Sum of RGB (Red+Green+Blue) = 53+31+69=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 69 - color contains mainly: blue. Hex color #351F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F45 is #CAE0BA. Grayscale: #292929. Windows color (decimal): -13295803 or 4529973. OLE color: 4529973.

HSL color Cylindrical-coordinate representation of color #351F45: hue angle of 274.74º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #351F45 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 31 69 -
CMYK 0.23 0.55 0 0.73
HSL 274.74º 0.38% 0.2% -
HSV(B) 274.74º 0.55% 0.27% -
XYZ 3.03 2.17 5.89 -
YUV 41.91 143.29 135.91 -
System Red Green Blue C M Y K H S L
Decimal 53 31 69 0.23 0.55 0 0.73 274.74 0.38 0.2
Hex 35 1F 45 17 37 0 49 113 26 14
Octal 65 37 105 27 67 0 111 423 46 24
Binary 110101 11111 1000101 10111 110111 0 1001001 100010011 100110 10100

Color Harmonies of #351F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F45

Black with #351F45

Text Example


Text Example

White with #351F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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