Html Css Color HEX #3B0649 Blackcurrant

📋 copy color: '#3B0649'

red 59 ◦ green 6 ◦ blue 73

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

Shades of Blackcurrant #3B0649

Tints of Blackcurrant #3B0649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.35%

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

R = 42.75%
G = 4.35%
B = 52.9%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3B0649 (or 0x3B0649) is known color: Blackcurrant. HEX triplet: 3B, 06 and 49. RGB value is (59,6,73). Sum of RGB (Red+Green+Blue) = 59+6+73=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #3B0649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0649 is #C4F9B6. Grayscale: #1D1D1D. Windows color (decimal): -12908983 or 4785723. OLE color: 4785723.

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

Color convert

RGB 59 6 73 -
CMYK 0.19 0.92 0 0.71
HSL 287.46º 0.85% 0.15% -
HSV(B) 287.46º 0.92% 0.29% -
XYZ 3.07 1.54 6.44 -
YUV 29.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 59 6 73 0.19 0.92 0 0.71 287.46 0.85 0.15
Hex 3B 6 49 13 5C 0 47 11F 55 F
Octal 73 6 111 23 134 0 107 437 125 17
Binary 111011 110 1001001 10011 1011100 0 1000111 100011111 1010101 1111

Color Harmonies of #3B0649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0649

Black with #3B0649

Text Example


Text Example

White with #3B0649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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