Html Css Color HEX #350140 Blackcurrant

📋 copy color: '#350140'

red 53 ◦ green 1 ◦ blue 64

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

Shades of Blackcurrant #350140

Tints of Blackcurrant #350140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

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

R = 44.92%
G = 0.85%
B = 54.24%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#350140 (or 0x350140) is known color: Blackcurrant. HEX triplet: 35, 01 and 40. RGB value is (53,1,64). Sum of RGB (Red+Green+Blue) = 53+1+64=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #350140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350140 is #CAFEBF. Grayscale: #171717. Windows color (decimal): -13303488 or 4194613. OLE color: 4194613.

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

Color convert

RGB 53 1 64 -
CMYK 0.17 0.98 0 0.75
HSL 289.52º 0.97% 0.13% -
HSV(B) 289.52º 0.98% 0.25% -
XYZ 2.4 1.15 4.95 -
YUV 23.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 53 1 64 0.17 0.98 0 0.75 289.52 0.97 0.13
Hex 35 1 40 11 62 0 4B 122 61 D
Octal 65 1 100 21 142 0 113 442 141 15
Binary 110101 1 1000000 10001 1100010 0 1001011 100100010 1100001 1101

Color Harmonies of #350140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350140

Black with #350140

Text Example


Text Example

White with #350140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350140; }

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

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

background-color css

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

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

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

border-color css

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

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

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