Html Css Color HEX #351352 Blackcurrant

📋 copy color: '#351352'

red 53 ◦ green 19 ◦ blue 82

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

Shades of Blackcurrant #351352

Tints of Blackcurrant #351352

RGB

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

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

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

R = 34.42%
G = 12.34%
B = 53.25%

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

#351352 (or 0x351352) is known color: Blackcurrant. HEX triplet: 35, 13 and 52. RGB value is (53,19,82). Sum of RGB (Red+Green+Blue) = 53+19+82=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #351352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351352 is #CAECAD. Grayscale: #242424. Windows color (decimal): -13298862 or 5378869. OLE color: 5378869.

HSL color Cylindrical-coordinate representation of color #351352: hue angle of 272.38º 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 #351352 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 19 82 -
CMYK 0.35 0.77 0 0.68
HSL 272.38º 0.62% 0.2% -
HSV(B) 272.38º 0.77% 0.32% -
XYZ 3.22 1.83 8.17 -
YUV 36.35 153.76 139.88 -
System Red Green Blue C M Y K H S L
Decimal 53 19 82 0.35 0.77 0 0.68 272.38 0.62 0.2
Hex 35 13 52 23 4D 0 44 110 3E 14
Octal 65 23 122 43 115 0 104 420 76 24
Binary 110101 10011 1010010 100011 1001101 0 1000100 100010000 111110 10100

Color Harmonies of #351352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351352

Black with #351352

Text Example


Text Example

White with #351352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351352; }

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

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

background-color css

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

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

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

border-color css

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

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

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