Html Css Color HEX #3B0347 Blackcurrant

📋 copy color: '#3B0347'

red 59 ◦ green 3 ◦ blue 71

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

Shades of Blackcurrant #3B0347

Tints of Blackcurrant #3B0347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 53.38%

R = 44.36%
G = 2.26%
B = 53.38%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B0347 (or 0x3B0347) is known color: Blackcurrant. HEX triplet: 3B, 03 and 47. RGB value is (59,3,71). Sum of RGB (Red+Green+Blue) = 59+3+71=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B0347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0347 is #C4FCB8. Grayscale: #1B1B1B. Windows color (decimal): -12909753 or 4653883. OLE color: 4653883.

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

Color convert

RGB 59 3 71 -
CMYK 0.17 0.96 0 0.72
HSL 289.41º 0.92% 0.15% -
HSV(B) 289.41º 0.96% 0.28% -
XYZ 2.97 1.45 6.08 -
YUV 27.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 59 3 71 0.17 0.96 0 0.72 289.41 0.92 0.15
Hex 3B 3 47 11 60 0 48 121 5C F
Octal 73 3 107 21 140 0 110 441 134 17
Binary 111011 11 1000111 10001 1100000 0 1001000 100100001 1011100 1111

Color Harmonies of #3B0347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0347

Black with #3B0347

Text Example


Text Example

White with #3B0347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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