Html Css Color HEX #350057 Blackcurrant

📋 copy color: '#350057'

red 53 ◦ green 0 ◦ blue 87

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

Shades of Blackcurrant #350057

Tints of Blackcurrant #350057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 62.14%

R = 37.86%
G = 0%
B = 62.14%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#350057 (or 0x350057) is known color: Blackcurrant. HEX triplet: 35, 00 and 57. RGB value is (53,0,87). Sum of RGB (Red+Green+Blue) = 53+0+87=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #350057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350057 is #CAFFA8. Grayscale: #191919. Windows color (decimal): -13303721 or 5701685. OLE color: 5701685.

HSL color Cylindrical-coordinate representation of color #350057: hue angle of 276.55º 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 #350057 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 0 87 -
CMYK 0.39 1 0 0.66
HSL 276.55º 1% 0.17% -
HSV(B) 276.55º 1% 0.34% -
XYZ 3.19 1.45 9.13 -
YUV 25.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 53 0 87 0.39 1 0 0.66 276.55 1 0.17
Hex 35 0 57 27 64 0 42 115 64 11
Octal 65 0 127 47 144 0 102 425 144 21
Binary 110101 0 1010111 100111 1100100 0 1000010 100010101 1100100 10001

Color Harmonies of #350057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350057

Black with #350057

Text Example


Text Example

White with #350057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350057; }

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

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

background-color css

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

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

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

border-color css

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

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

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