Html Css Color HEX #3B1949 Blackcurrant

📋 copy color: '#3B1949'

red 59 ◦ green 25 ◦ blue 73

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

Shades of Blackcurrant #3B1949

Tints of Blackcurrant #3B1949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 46.5%

R = 37.58%
G = 15.92%
B = 46.5%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3B1949 (or 0x3B1949) is known color: Blackcurrant. HEX triplet: 3B, 19 and 49. RGB value is (59,25,73). Sum of RGB (Red+Green+Blue) = 59+25+73=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #3B1949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1949 is #C4E6B6. Grayscale: #282828. Windows color (decimal): -12904119 or 4790587. OLE color: 4790587.

HSL color Cylindrical-coordinate representation of color #3B1949: hue angle of 282.5º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B1949 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 59 25 73 -
CMYK 0.19 0.66 0 0.71
HSL 282.5º 0.49% 0.19% -
HSV(B) 282.5º 0.66% 0.29% -
XYZ 3.35 2.11 6.53 -
YUV 40.64 146.26 141.1 -
System Red Green Blue C M Y K H S L
Decimal 59 25 73 0.19 0.66 0 0.71 282.5 0.49 0.19
Hex 3B 19 49 13 42 0 47 11A 31 13
Octal 73 31 111 23 102 0 107 432 61 23
Binary 111011 11001 1001001 10011 1000010 0 1000111 100011010 110001 10011

Color Harmonies of #3B1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1949

Black with #3B1949

Text Example


Text Example

White with #3B1949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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