Html Css Color HEX #3B184D Blackcurrant

📋 copy color: '#3B184D'

red 59 ◦ green 24 ◦ blue 77

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

Shades of Blackcurrant #3B184D

Tints of Blackcurrant #3B184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15%

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

R = 36.88%
G = 15%
B = 48.13%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3B184D (or 0x3B184D) is known color: Blackcurrant. HEX triplet: 3B, 18 and 4D. RGB value is (59,24,77). Sum of RGB (Red+Green+Blue) = 59+24+77=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B184D is #C4E7B2. Grayscale: #282828. Windows color (decimal): -12904371 or 5052475. OLE color: 5052475.

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

Color convert

RGB 59 24 77 -
CMYK 0.23 0.69 0 0.70
HSL 279.62º 0.52% 0.2% -
HSV(B) 279.62º 0.69% 0.3% -
XYZ 3.47 2.12 7.25 -
YUV 40.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 59 24 77 0.23 0.69 0 0.70 279.62 0.52 0.2
Hex 3B 18 4D 17 45 0 46 118 34 14
Octal 73 30 115 27 105 0 106 430 64 24
Binary 111011 11000 1001101 10111 1000101 0 1000110 100011000 110100 10100

Color Harmonies of #3B184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B184D

Black with #3B184D

Text Example


Text Example

White with #3B184D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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