Html Css Color HEX #351152 Blackcurrant

📋 copy color: '#351152'

red 53 ◦ green 17 ◦ blue 82

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

Shades of Blackcurrant #351152

Tints of Blackcurrant #351152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.18%

 BLUE value IS 82 (32.42% from 255) = 53.95%

R = 34.87%
G = 11.18%
B = 53.95%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#351152 (or 0x351152) is known color: Blackcurrant. HEX triplet: 35, 11 and 52. RGB value is (53,17,82). Sum of RGB (Red+Green+Blue) = 53+17+82=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #351152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351152 is #CAEEAD. Grayscale: #222222. Windows color (decimal): -13299374 or 5378357. OLE color: 5378357.

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

Color convert

RGB 53 17 82 -
CMYK 0.35 0.79 0 0.68
HSL 273.23º 0.66% 0.19% -
HSV(B) 273.23º 0.79% 0.32% -
XYZ 3.19 1.77 8.16 -
YUV 35.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 53 17 82 0.35 0.79 0 0.68 273.23 0.66 0.19
Hex 35 11 52 23 4F 0 44 111 42 13
Octal 65 21 122 43 117 0 104 421 102 23
Binary 110101 10001 1010010 100011 1001111 0 1000100 100010001 1000010 10011

Color Harmonies of #351152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351152

Black with #351152

Text Example


Text Example

White with #351152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351152; }

 p { color: rgb(53,17,82); }

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

background-color css

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

 a { background-color: rgb(53,17,82); }

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

border-color css

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

 span { border-color: rgb(53,17,82); }

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