Html Css Color HEX #3B1451 Blackcurrant

📋 copy color: '#3B1451'

red 59 ◦ green 20 ◦ blue 81

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

Shades of Blackcurrant #3B1451

Tints of Blackcurrant #3B1451

RGB

 RED value IS 59 (23.44% from 255) = 36.88%

 GREEN value IS 20 (8.2% from 255) = 12.5%

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

R = 36.88%
G = 12.5%
B = 50.63%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3B1451 (or 0x3B1451) is known color: Blackcurrant. HEX triplet: 3B, 14 and 51. RGB value is (59,20,81). Sum of RGB (Red+Green+Blue) = 59+20+81=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #3B1451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1451 is #C4EBAE. Grayscale: #262626. Windows color (decimal): -12905391 or 5313595. OLE color: 5313595.

HSL color Cylindrical-coordinate representation of color #3B1451: hue angle of 278.36º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B1451 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 59 20 81 -
CMYK 0.27 0.75 0 0.68
HSL 278.36º 0.6% 0.2% -
HSV(B) 278.36º 0.75% 0.32% -
XYZ 3.54 2.02 7.99 -
YUV 38.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 59 20 81 0.27 0.75 0 0.68 278.36 0.6 0.2
Hex 3B 14 51 1B 4B 0 44 116 3C 14
Octal 73 24 121 33 113 0 104 426 74 24
Binary 111011 10100 1010001 11011 1001011 0 1000100 100010110 111100 10100

Color Harmonies of #3B1451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1451

Black with #3B1451

Text Example


Text Example

White with #3B1451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B1451; }

 p { color: rgb(59,20,81); }

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

background-color css

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

 a { background-color: rgb(59,20,81); }

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

border-color css

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

 span { border-color: rgb(59,20,81); }

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