Html Css Color HEX #350257 Blackcurrant

📋 copy color: '#350257'

red 53 ◦ green 2 ◦ blue 87

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

Shades of Blackcurrant #350257

Tints of Blackcurrant #350257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.41%

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

R = 37.32%
G = 1.41%
B = 61.27%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#350257 (or 0x350257) is known color: Blackcurrant. HEX triplet: 35, 02 and 57. RGB value is (53,2,87). Sum of RGB (Red+Green+Blue) = 53+2+87=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #350257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350257 is #CAFDA8. Grayscale: #1A1A1A. Windows color (decimal): -13303209 or 5702197. OLE color: 5702197.

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

Color convert

RGB 53 2 87 -
CMYK 0.39 0.98 0 0.66
HSL 276º 0.96% 0.17% -
HSV(B) 276º 0.98% 0.34% -
XYZ 3.21 1.49 9.13 -
YUV 26.94 161.9 146.59 -
System Red Green Blue C M Y K H S L
Decimal 53 2 87 0.39 0.98 0 0.66 276 0.96 0.17
Hex 35 2 57 27 62 0 42 114 60 11
Octal 65 2 127 47 142 0 102 424 140 21
Binary 110101 10 1010111 100111 1100010 0 1000010 100010100 1100000 10001

Color Harmonies of #350257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350257

Black with #350257

Text Example


Text Example

White with #350257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350257; }

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

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

background-color css

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

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

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

border-color css

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

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

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