Html Css Color HEX #350856 Blackcurrant

📋 copy color: '#350856'

red 53 ◦ green 8 ◦ blue 86

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

Shades of Blackcurrant #350856

Tints of Blackcurrant #350856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 58.5%

R = 36.05%
G = 5.44%
B = 58.5%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#350856 (or 0x350856) is known color: Blackcurrant. HEX triplet: 35, 08 and 56. RGB value is (53,8,86). Sum of RGB (Red+Green+Blue) = 53+8+86=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #350856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350856 is #CAF7A9. Grayscale: #1E1E1E. Windows color (decimal): -13301674 or 5638197. OLE color: 5638197.

HSL color Cylindrical-coordinate representation of color #350856: hue angle of 274.62º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350856 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 8 86 -
CMYK 0.38 0.91 0 0.66
HSL 274.62º 0.83% 0.18% -
HSV(B) 274.62º 0.91% 0.34% -
XYZ 3.23 1.6 8.94 -
YUV 30.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 53 8 86 0.38 0.91 0 0.66 274.62 0.83 0.18
Hex 35 8 56 26 5B 0 42 113 53 12
Octal 65 10 126 46 133 0 102 423 123 22
Binary 110101 1000 1010110 100110 1011011 0 1000010 100010011 1010011 10010

Color Harmonies of #350856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350856

Black with #350856

Text Example


Text Example

White with #350856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350856; }

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

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

background-color css

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

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

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

border-color css

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

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

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