Html Css Color HEX #350540 Blackcurrant

📋 copy color: '#350540'

red 53 ◦ green 5 ◦ blue 64

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

Shades of Blackcurrant #350540

Tints of Blackcurrant #350540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.1%

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

R = 43.44%
G = 4.1%
B = 52.46%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#350540 (or 0x350540) is known color: Blackcurrant. HEX triplet: 35, 05 and 40. RGB value is (53,5,64). Sum of RGB (Red+Green+Blue) = 53+5+64=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #350540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350540 is #CAFABF. Grayscale: #191919. Windows color (decimal): -13302464 or 4195637. OLE color: 4195637.

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

Color convert

RGB 53 5 64 -
CMYK 0.17 0.92 0 0.75
HSL 288.81º 0.86% 0.14% -
HSV(B) 288.81º 0.92% 0.25% -
XYZ 2.45 1.24 4.96 -
YUV 26.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 53 5 64 0.17 0.92 0 0.75 288.81 0.86 0.14
Hex 35 5 40 11 5C 0 4B 121 56 E
Octal 65 5 100 21 134 0 113 441 126 16
Binary 110101 101 1000000 10001 1011100 0 1001011 100100001 1010110 1110

Color Harmonies of #350540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350540

Black with #350540

Text Example


Text Example

White with #350540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350540; }

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

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

background-color css

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

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

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

border-color css

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

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

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