Html Css Color HEX #3B0555 Blackcurrant

📋 copy color: '#3B0555'

red 59 ◦ green 5 ◦ blue 85

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

Shades of Blackcurrant #3B0555

Tints of Blackcurrant #3B0555

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.36%

 BLUE value IS 85 (33.59% from 255) = 57.05%

R = 39.6%
G = 3.36%
B = 57.05%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B0555 (or 0x3B0555) is known color: Blackcurrant. HEX triplet: 3B, 05 and 55. RGB value is (59,5,85). Sum of RGB (Red+Green+Blue) = 59+5+85=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B0555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0555 is #C4FAAA. Grayscale: #1E1E1E. Windows color (decimal): -12909227 or 5571899. OLE color: 5571899.

HSL color Cylindrical-coordinate representation of color #3B0555: hue angle of 280.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0555 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 5 85 -
CMYK 0.31 0.94 0 0.67
HSL 280.5º 0.89% 0.18% -
HSV(B) 280.5º 0.94% 0.33% -
XYZ 3.5 1.69 8.74 -
YUV 30.27 158.89 148.5 -
System Red Green Blue C M Y K H S L
Decimal 59 5 85 0.31 0.94 0 0.67 280.5 0.89 0.18
Hex 3B 5 55 1F 5E 0 43 118 59 12
Octal 73 5 125 37 136 0 103 430 131 22
Binary 111011 101 1010101 11111 1011110 0 1000011 100011000 1011001 10010

Color Harmonies of #3B0555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0555

Black with #3B0555

Text Example


Text Example

White with #3B0555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,5,85); }

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

background-color css

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

 a { background-color: rgb(59,5,85); }

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

border-color css

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

 span { border-color: rgb(59,5,85); }

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