Html Css Color HEX #3B015A Blackcurrant

📋 copy color: '#3B015A'

red 59 ◦ green 1 ◦ blue 90

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

Shades of Blackcurrant #3B015A

Tints of Blackcurrant #3B015A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 90 (35.55% from 255) = 60%

R = 39.33%
G = 0.67%
B = 60%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B015A (or 0x3B015A) is known color: Blackcurrant. HEX triplet: 3B, 01 and 5A. RGB value is (59,1,90). Sum of RGB (Red+Green+Blue) = 59+1+90=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B015A is #C4FEA5. Grayscale: #1C1C1C. Windows color (decimal): -12910246 or 5898555. OLE color: 5898555.

HSL color Cylindrical-coordinate representation of color #3B015A: hue angle of 279.1º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B015A is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 1 90 -
CMYK 0.34 0.99 0 0.65
HSL 279.1º 0.98% 0.18% -
HSV(B) 279.1º 0.99% 0.35% -
XYZ 3.66 1.69 9.81 -
YUV 28.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 59 1 90 0.34 0.99 0 0.65 279.1 0.98 0.18
Hex 3B 1 5A 22 63 0 41 117 62 12
Octal 73 1 132 42 143 0 101 427 142 22
Binary 111011 1 1011010 100010 1100011 0 1000001 100010111 1100010 10010

Color Harmonies of #3B015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B015A

Black with #3B015A

Text Example


Text Example

White with #3B015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,1,90); }

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

background-color css

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

 a { background-color: rgb(59,1,90); }

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

border-color css

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

 span { border-color: rgb(59,1,90); }

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