Html Css Color HEX #3B0856 Blackcurrant

📋 copy color: '#3B0856'

red 59 ◦ green 8 ◦ blue 86

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

Shades of Blackcurrant #3B0856

Tints of Blackcurrant #3B0856

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.23%

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

R = 38.56%
G = 5.23%
B = 56.21%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3B0856 (or 0x3B0856) is known color: Blackcurrant. HEX triplet: 3B, 08 and 56. RGB value is (59,8,86). Sum of RGB (Red+Green+Blue) = 59+8+86=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #3B0856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0856 is #C4F7A9. Grayscale: #1F1F1F. Windows color (decimal): -12908458 or 5638203. OLE color: 5638203.

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

Color convert

RGB 59 8 86 -
CMYK 0.31 0.91 0 0.66
HSL 279.23º 0.83% 0.18% -
HSV(B) 279.23º 0.91% 0.34% -
XYZ 3.57 1.78 8.96 -
YUV 32.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 59 8 86 0.31 0.91 0 0.66 279.23 0.83 0.18
Hex 3B 8 56 1F 5B 0 42 117 53 12
Octal 73 10 126 37 133 0 102 427 123 22
Binary 111011 1000 1010110 11111 1011011 0 1000010 100010111 1010011 10010

Color Harmonies of #3B0856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0856

Black with #3B0856

Text Example


Text Example

White with #3B0856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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