Html Css Color HEX #351341 Blackcurrant

📋 copy color: '#351341'

red 53 ◦ green 19 ◦ blue 65

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

Shades of Blackcurrant #351341

Tints of Blackcurrant #351341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.87%

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

R = 38.69%
G = 13.87%
B = 47.45%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#351341 (or 0x351341) is known color: Blackcurrant. HEX triplet: 35, 13 and 41. RGB value is (53,19,65). Sum of RGB (Red+Green+Blue) = 53+19+65=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #351341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351341 is #CAECBE. Grayscale: #222222. Windows color (decimal): -13298879 or 4264757. OLE color: 4264757.

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

Color convert

RGB 53 19 65 -
CMYK 0.18 0.71 0 0.75
HSL 284.35º 0.55% 0.16% -
HSV(B) 284.35º 0.71% 0.25% -
XYZ 2.66 1.6 5.17 -
YUV 34.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 53 19 65 0.18 0.71 0 0.75 284.35 0.55 0.16
Hex 35 13 41 12 47 0 4B 11C 37 10
Octal 65 23 101 22 107 0 113 434 67 20
Binary 110101 10011 1000001 10010 1000111 0 1001011 100011100 110111 10000

Color Harmonies of #351341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351341

Black with #351341

Text Example


Text Example

White with #351341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351341; }

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

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

background-color css

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

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

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

border-color css

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

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

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