Html Css Color HEX #3B0349 Blackcurrant

📋 copy color: '#3B0349'

red 59 ◦ green 3 ◦ blue 73

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

Shades of Blackcurrant #3B0349

Tints of Blackcurrant #3B0349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.22%

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

R = 43.7%
G = 2.22%
B = 54.07%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3B0349 (or 0x3B0349) is known color: Blackcurrant. HEX triplet: 3B, 03 and 49. RGB value is (59,3,73). Sum of RGB (Red+Green+Blue) = 59+3+73=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #3B0349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0349 is #C4FCB6. Grayscale: #1B1B1B. Windows color (decimal): -12909751 or 4784955. OLE color: 4784955.

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

Color convert

RGB 59 3 73 -
CMYK 0.19 0.96 0 0.71
HSL 288º 0.92% 0.15% -
HSV(B) 288º 0.96% 0.29% -
XYZ 3.04 1.48 6.43 -
YUV 27.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 59 3 73 0.19 0.96 0 0.71 288 0.92 0.15
Hex 3B 3 49 13 60 0 47 120 5C F
Octal 73 3 111 23 140 0 107 440 134 17
Binary 111011 11 1001001 10011 1100000 0 1000111 100100000 1011100 1111

Color Harmonies of #3B0349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0349

Black with #3B0349

Text Example


Text Example

White with #3B0349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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