Html Css Color HEX #351F41 Blackcurrant

📋 copy color: '#351F41'

red 53 ◦ green 31 ◦ blue 65

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

Shades of Blackcurrant #351F41

Tints of Blackcurrant #351F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 43.62%

R = 35.57%
G = 20.81%
B = 43.62%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#351F41 (or 0x351F41) is known color: Blackcurrant. HEX triplet: 35, 1F and 41. RGB value is (53,31,65). Sum of RGB (Red+Green+Blue) = 53+31+65=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #351F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F41 is #CAE0BE. Grayscale: #292929. Windows color (decimal): -13295807 or 4267829. OLE color: 4267829.

HSL color Cylindrical-coordinate representation of color #351F41: hue angle of 278.82º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #351F41 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 31 65 -
CMYK 0.18 0.52 0 0.75
HSL 278.82º 0.35% 0.19% -
HSV(B) 278.82º 0.52% 0.25% -
XYZ 2.91 2.12 5.26 -
YUV 41.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 53 31 65 0.18 0.52 0 0.75 278.82 0.35 0.19
Hex 35 1F 41 12 34 0 4B 117 23 13
Octal 65 37 101 22 64 0 113 427 43 23
Binary 110101 11111 1000001 10010 110100 0 1001011 100010111 100011 10011

Color Harmonies of #351F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F41

Black with #351F41

Text Example


Text Example

White with #351F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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