Html Css Color HEX #350351 Blackcurrant

📋 copy color: '#350351'

red 53 ◦ green 3 ◦ blue 81

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

Shades of Blackcurrant #350351

Tints of Blackcurrant #350351

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

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

R = 38.69%
G = 2.19%
B = 59.12%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#350351 (or 0x350351) is known color: Blackcurrant. HEX triplet: 35, 03 and 51. RGB value is (53,3,81). Sum of RGB (Red+Green+Blue) = 53+3+81=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #350351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350351 is #CAFCAE. Grayscale: #1A1A1A. Windows color (decimal): -13302959 or 5309237. OLE color: 5309237.

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

Color convert

RGB 53 3 81 -
CMYK 0.35 0.96 0 0.68
HSL 278.46º 0.93% 0.16% -
HSV(B) 278.46º 0.96% 0.32% -
XYZ 2.99 1.42 7.9 -
YUV 26.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 53 3 81 0.35 0.96 0 0.68 278.46 0.93 0.16
Hex 35 3 51 23 60 0 44 116 5D 10
Octal 65 3 121 43 140 0 104 426 135 20
Binary 110101 11 1010001 100011 1100000 0 1000100 100010110 1011101 10000

Color Harmonies of #350351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350351

Black with #350351

Text Example


Text Example

White with #350351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350351; }

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

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

background-color css

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

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

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

border-color css

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

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

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