Html Css Color HEX #350157 Blackcurrant

📋 copy color: '#350157'

red 53 ◦ green 1 ◦ blue 87

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

Shades of Blackcurrant #350157

Tints of Blackcurrant #350157

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

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

R = 37.59%
G = 0.71%
B = 61.7%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#350157 (or 0x350157) is known color: Blackcurrant. HEX triplet: 35, 01 and 57. RGB value is (53,1,87). Sum of RGB (Red+Green+Blue) = 53+1+87=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #350157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350157 is #CAFEA8. Grayscale: #1A1A1A. Windows color (decimal): -13303465 or 5701941. OLE color: 5701941.

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

Color convert

RGB 53 1 87 -
CMYK 0.39 0.99 0 0.66
HSL 276.28º 0.98% 0.17% -
HSV(B) 276.28º 0.99% 0.34% -
XYZ 3.2 1.47 9.13 -
YUV 26.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 53 1 87 0.39 0.99 0 0.66 276.28 0.98 0.17
Hex 35 1 57 27 63 0 42 114 62 11
Octal 65 1 127 47 143 0 102 424 142 21
Binary 110101 1 1010111 100111 1100011 0 1000010 100010100 1100010 10001

Color Harmonies of #350157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350157

Black with #350157

Text Example


Text Example

White with #350157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350157; }

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

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

background-color css

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

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

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

border-color css

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

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

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