Html Css Color HEX #350650 Blackcurrant

📋 copy color: '#350650'

red 53 ◦ green 6 ◦ blue 80

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

Shades of Blackcurrant #350650

Tints of Blackcurrant #350650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 57.55%

R = 38.13%
G = 4.32%
B = 57.55%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#350650 (or 0x350650) is known color: Blackcurrant. HEX triplet: 35, 06 and 50. RGB value is (53,6,80). Sum of RGB (Red+Green+Blue) = 53+6+80=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #350650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350650 is #CAF9AF. Grayscale: #1C1C1C. Windows color (decimal): -13302192 or 5244469. OLE color: 5244469.

HSL color Cylindrical-coordinate representation of color #350650: hue angle of 278.11º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350650 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 6 80 -
CMYK 0.34 0.92 0 0.69
HSL 278.11º 0.86% 0.17% -
HSV(B) 278.11º 0.93% 0.31% -
XYZ 2.98 1.47 7.72 -
YUV 28.49 157.07 145.48 -
System Red Green Blue C M Y K H S L
Decimal 53 6 80 0.34 0.92 0 0.69 278.11 0.86 0.17
Hex 35 6 50 22 5C 0 45 116 56 11
Octal 65 6 120 42 134 0 105 426 126 21
Binary 110101 110 1010000 100010 1011100 0 1000101 100010110 1010110 10001

Color Harmonies of #350650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350650

Black with #350650

Text Example


Text Example

White with #350650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350650; }

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

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

background-color css

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

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

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

border-color css

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

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

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