Html Css Color HEX #350850 Blackcurrant

📋 copy color: '#350850'

red 53 ◦ green 8 ◦ blue 80

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

Shades of Blackcurrant #350850

Tints of Blackcurrant #350850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.67%

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

R = 37.59%
G = 5.67%
B = 56.74%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#350850 (or 0x350850) is known color: Blackcurrant. HEX triplet: 35, 08 and 50. RGB value is (53,8,80). Sum of RGB (Red+Green+Blue) = 53+8+80=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #350850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350850 is #CAF7AF. Grayscale: #1D1D1D. Windows color (decimal): -13301680 or 5244981. OLE color: 5244981.

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

Color convert

RGB 53 8 80 -
CMYK 0.34 0.90 0 0.69
HSL 277.5º 0.82% 0.17% -
HSV(B) 277.5º 0.9% 0.31% -
XYZ 3 1.51 7.72 -
YUV 29.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 53 8 80 0.34 0.90 0 0.69 277.5 0.82 0.17
Hex 35 8 50 22 5A 0 45 116 52 11
Octal 65 10 120 42 132 0 105 426 122 21
Binary 110101 1000 1010000 100010 1011010 0 1000101 100010110 1010010 10001

Color Harmonies of #350850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350850

Black with #350850

Text Example


Text Example

White with #350850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350850; }

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

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

background-color css

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

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

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

border-color css

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

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

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