Html Css Color HEX #3B174D Blackcurrant

📋 copy color: '#3B174D'

red 59 ◦ green 23 ◦ blue 77

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

Shades of Blackcurrant #3B174D

Tints of Blackcurrant #3B174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.47%

 BLUE value IS 77 (30.47% from 255) = 48.43%

R = 37.11%
G = 14.47%
B = 48.43%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3B174D (or 0x3B174D) is known color: Blackcurrant. HEX triplet: 3B, 17 and 4D. RGB value is (59,23,77). Sum of RGB (Red+Green+Blue) = 59+23+77=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B174D is #C4E8B2. Grayscale: #272727. Windows color (decimal): -12904627 or 5052219. OLE color: 5052219.

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

Color convert

RGB 59 23 77 -
CMYK 0.23 0.70 0 0.70
HSL 280º 0.54% 0.2% -
HSV(B) 280º 0.7% 0.3% -
XYZ 3.45 2.08 7.24 -
YUV 39.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 59 23 77 0.23 0.70 0 0.70 280 0.54 0.2
Hex 3B 17 4D 17 46 0 46 118 36 14
Octal 73 27 115 27 106 0 106 430 66 24
Binary 111011 10111 1001101 10111 1000110 0 1000110 100011000 110110 10100

Color Harmonies of #3B174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B174D

Black with #3B174D

Text Example


Text Example

White with #3B174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,23,77); }

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

background-color css

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

 a { background-color: rgb(59,23,77); }

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

border-color css

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

 span { border-color: rgb(59,23,77); }

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