Html Css Color HEX #351141 Blackcurrant

📋 copy color: '#351141'

red 53 ◦ green 17 ◦ blue 65

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

Shades of Blackcurrant #351141

Tints of Blackcurrant #351141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.59%

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

R = 39.26%
G = 12.59%
B = 48.15%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#351141 (or 0x351141) is known color: Blackcurrant. HEX triplet: 35, 11 and 41. RGB value is (53,17,65). Sum of RGB (Red+Green+Blue) = 53+17+65=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #351141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351141 is #CAEEBE. Grayscale: #212121. Windows color (decimal): -13299391 or 4264245. OLE color: 4264245.

HSL color Cylindrical-coordinate representation of color #351141: hue angle of 285º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #351141 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 17 65 -
CMYK 0.18 0.74 0 0.75
HSL 285º 0.59% 0.16% -
HSV(B) 285º 0.74% 0.25% -
XYZ 2.62 1.54 5.16 -
YUV 33.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 53 17 65 0.18 0.74 0 0.75 285 0.59 0.16
Hex 35 11 41 12 4A 0 4B 11D 3B 10
Octal 65 21 101 22 112 0 113 435 73 20
Binary 110101 10001 1000001 10010 1001010 0 1001011 100011101 111011 10000

Color Harmonies of #351141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351141

Black with #351141

Text Example


Text Example

White with #351141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351141; }

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

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

background-color css

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

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

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

border-color css

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

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

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