Html Css Color HEX #3B194C Blackcurrant

📋 copy color: '#3B194C'

red 59 ◦ green 25 ◦ blue 76

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

Shades of Blackcurrant #3B194C

Tints of Blackcurrant #3B194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

 BLUE value IS 76 (30.08% from 255) = 47.5%

R = 36.88%
G = 15.63%
B = 47.5%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3B194C (or 0x3B194C) is known color: Blackcurrant. HEX triplet: 3B, 19 and 4C. RGB value is (59,25,76). Sum of RGB (Red+Green+Blue) = 59+25+76=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B194C is #C4E6B3. Grayscale: #282828. Windows color (decimal): -12904116 or 4987195. OLE color: 4987195.

HSL color Cylindrical-coordinate representation of color #3B194C: hue angle of 280º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B194C is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 59 25 76 -
CMYK 0.22 0.67 0 0.70
HSL 280º 0.5% 0.2% -
HSV(B) 280º 0.67% 0.3% -
XYZ 3.46 2.15 7.07 -
YUV 40.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 59 25 76 0.22 0.67 0 0.70 280 0.5 0.2
Hex 3B 19 4C 16 43 0 46 118 32 14
Octal 73 31 114 26 103 0 106 430 62 24
Binary 111011 11001 1001100 10110 1000011 0 1000110 100011000 110010 10100

Color Harmonies of #3B194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B194C

Black with #3B194C

Text Example


Text Example

White with #3B194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,25,76); }

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

background-color css

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

 a { background-color: rgb(59,25,76); }

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

border-color css

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

 span { border-color: rgb(59,25,76); }

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