Html Css Color HEX #350640 Blackcurrant

📋 copy color: '#350640'

red 53 ◦ green 6 ◦ blue 64

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

Shades of Blackcurrant #350640

Tints of Blackcurrant #350640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.88%

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

R = 43.09%
G = 4.88%
B = 52.03%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#350640 (or 0x350640) is known color: Blackcurrant. HEX triplet: 35, 06 and 40. RGB value is (53,6,64). Sum of RGB (Red+Green+Blue) = 53+6+64=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #350640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350640 is #CAF9BF. Grayscale: #1A1A1A. Windows color (decimal): -13302208 or 4195893. OLE color: 4195893.

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

Color convert

RGB 53 6 64 -
CMYK 0.17 0.91 0 0.75
HSL 288.62º 0.83% 0.14% -
HSV(B) 288.62º 0.91% 0.25% -
XYZ 2.46 1.26 4.96 -
YUV 26.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 53 6 64 0.17 0.91 0 0.75 288.62 0.83 0.14
Hex 35 6 40 11 5B 0 4B 121 53 E
Octal 65 6 100 21 133 0 113 441 123 16
Binary 110101 110 1000000 10001 1011011 0 1001011 100100001 1010011 1110

Color Harmonies of #350640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350640

Black with #350640

Text Example


Text Example

White with #350640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350640; }

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

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

background-color css

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

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

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

border-color css

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

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

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