Html Css Color HEX #460351 Blackcurrant

📋 copy color: '#460351'

red 70 ◦ green 3 ◦ blue 81

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

Shades of Blackcurrant #460351

Tints of Blackcurrant #460351

RGB

 RED value IS 70 (27.73% from 255) = 45.45%

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

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

R = 45.45%
G = 1.95%
B = 52.6%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#460351 (or 0x460351) is known color: Blackcurrant. HEX triplet: 46, 03 and 51. RGB value is (70,3,81). Sum of RGB (Red+Green+Blue) = 70+3+81=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #460351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460351 is #B9FCAE. Grayscale: #1F1F1F. Windows color (decimal): -12188847 or 5309254. OLE color: 5309254.

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

Color convert

RGB 70 3 81 -
CMYK 0.14 0.96 0 0.68
HSL 291.54º 0.93% 0.16% -
HSV(B) 291.54º 0.96% 0.32% -
XYZ 4.04 1.96 7.95 -
YUV 31.93 155.7 155.16 -
System Red Green Blue C M Y K H S L
Decimal 70 3 81 0.14 0.96 0 0.68 291.54 0.93 0.16
Hex 46 3 51 E 60 0 44 124 5D 10
Octal 106 3 121 16 140 0 104 444 135 20
Binary 1000110 11 1010001 1110 1100000 0 1000100 100100100 1011101 10000

Color Harmonies of #460351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460351

Black with #460351

Text Example


Text Example

White with #460351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460351; }

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

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

background-color css

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

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

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

border-color css

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

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

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