Html Css Color HEX #350056 Blackcurrant

📋 copy color: '#350056'

red 53 ◦ green 0 ◦ blue 86

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

Shades of Blackcurrant #350056

Tints of Blackcurrant #350056

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.13%
G = 0%
B = 61.87%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#350056 (or 0x350056) is known color: Blackcurrant. HEX triplet: 35, 00 and 56. RGB value is (53,0,86). Sum of RGB (Red+Green+Blue) = 53+0+86=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #350056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350056 is #CAFFA9. Grayscale: #191919. Windows color (decimal): -13303722 or 5636149. OLE color: 5636149.

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

Color convert

RGB 53 0 86 -
CMYK 0.38 1 0 0.66
HSL 276.98º 1% 0.17% -
HSV(B) 276.98º 1% 0.34% -
XYZ 3.15 1.43 8.91 -
YUV 25.65 162.06 147.51 -
System Red Green Blue C M Y K H S L
Decimal 53 0 86 0.38 1 0 0.66 276.98 1 0.17
Hex 35 0 56 26 64 0 42 115 64 11
Octal 65 0 126 46 144 0 102 425 144 21
Binary 110101 0 1010110 100110 1100100 0 1000010 100010101 1100100 10001

Color Harmonies of #350056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350056

Black with #350056

Text Example


Text Example

White with #350056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350056; }

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

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

background-color css

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

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

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

border-color css

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

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

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