Html Css Color HEX #351351 Blackcurrant

📋 copy color: '#351351'

red 53 ◦ green 19 ◦ blue 81

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

Shades of Blackcurrant #351351

Tints of Blackcurrant #351351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.42%

 BLUE value IS 81 (32.03% from 255) = 52.94%

R = 34.64%
G = 12.42%
B = 52.94%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#351351 (or 0x351351) is known color: Blackcurrant. HEX triplet: 35, 13 and 51. RGB value is (53,19,81). Sum of RGB (Red+Green+Blue) = 53+19+81=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #351351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351351 is #CAECAE. Grayscale: #242424. Windows color (decimal): -13298863 or 5313333. OLE color: 5313333.

HSL color Cylindrical-coordinate representation of color #351351: hue angle of 272.9º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #351351 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 19 81 -
CMYK 0.35 0.77 0 0.68
HSL 272.9º 0.62% 0.2% -
HSV(B) 272.9º 0.77% 0.32% -
XYZ 3.19 1.82 7.97 -
YUV 36.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 53 19 81 0.35 0.77 0 0.68 272.9 0.62 0.2
Hex 35 13 51 23 4D 0 44 111 3E 14
Octal 65 23 121 43 115 0 104 421 76 24
Binary 110101 10011 1010001 100011 1001101 0 1000100 100010001 111110 10100

Color Harmonies of #351351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351351

Black with #351351

Text Example


Text Example

White with #351351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351351; }

 p { color: rgb(53,19,81); }

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

background-color css

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

 a { background-color: rgb(53,19,81); }

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

border-color css

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

 span { border-color: rgb(53,19,81); }

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