Html Css Color HEX #351540 Blackcurrant

📋 copy color: '#351540'

red 53 ◦ green 21 ◦ blue 64

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

Shades of Blackcurrant #351540

Tints of Blackcurrant #351540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.22%

 BLUE value IS 64 (25.39% from 255) = 46.38%

R = 38.41%
G = 15.22%
B = 46.38%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#351540 (or 0x351540) is known color: Blackcurrant. HEX triplet: 35, 15 and 40. RGB value is (53,21,64). Sum of RGB (Red+Green+Blue) = 53+21+64=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #351540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351540 is #CAEABF. Grayscale: #232323. Windows color (decimal): -13298368 or 4199733. OLE color: 4199733.

HSL color Cylindrical-coordinate representation of color #351540: hue angle of 284.65º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #351540 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 21 64 -
CMYK 0.17 0.67 0 0.75
HSL 284.65º 0.51% 0.17% -
HSV(B) 284.65º 0.67% 0.25% -
XYZ 2.66 1.66 5.03 -
YUV 35.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 53 21 64 0.17 0.67 0 0.75 284.65 0.51 0.17
Hex 35 15 40 11 43 0 4B 11D 33 11
Octal 65 25 100 21 103 0 113 435 63 21
Binary 110101 10101 1000000 10001 1000011 0 1001011 100011101 110011 10001

Color Harmonies of #351540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351540

Black with #351540

Text Example


Text Example

White with #351540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351540; }

 p { color: rgb(53,21,64); }

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

background-color css

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

 a { background-color: rgb(53,21,64); }

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

border-color css

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

 span { border-color: rgb(53,21,64); }

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