Html Css Color HEX #3B0656 Blackcurrant

📋 copy color: '#3B0656'

red 59 ◦ green 6 ◦ blue 86

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

Shades of Blackcurrant #3B0656

Tints of Blackcurrant #3B0656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 56.95%

R = 39.07%
G = 3.97%
B = 56.95%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3B0656 (or 0x3B0656) is known color: Blackcurrant. HEX triplet: 3B, 06 and 56. RGB value is (59,6,86). Sum of RGB (Red+Green+Blue) = 59+6+86=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #3B0656 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0656 is #C4F9A9. Grayscale: #1E1E1E. Windows color (decimal): -12908970 or 5637691. OLE color: 5637691.

HSL color Cylindrical-coordinate representation of color #3B0656: hue angle of 279.75º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B0656 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 59 6 86 -
CMYK 0.31 0.93 0 0.66
HSL 279.75º 0.87% 0.18% -
HSV(B) 279.75º 0.93% 0.34% -
XYZ 3.55 1.73 8.95 -
YUV 30.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 59 6 86 0.31 0.93 0 0.66 279.75 0.87 0.18
Hex 3B 6 56 1F 5D 0 42 118 57 12
Octal 73 6 126 37 135 0 102 430 127 22
Binary 111011 110 1010110 11111 1011101 0 1000010 100011000 1010111 10010

Color Harmonies of #3B0656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0656

Black with #3B0656

Text Example


Text Example

White with #3B0656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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