Html Css Color HEX #3B005A Blackcurrant

📋 copy color: '#3B005A'

red 59 ◦ green 0 ◦ blue 90

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

Shades of Blackcurrant #3B005A

Tints of Blackcurrant #3B005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.6%
G = 0%
B = 60.4%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B005A (or 0x3B005A) is known color: Blackcurrant. HEX triplet: 3B, 00 and 5A. RGB value is (59,0,90). Sum of RGB (Red+Green+Blue) = 59+0+90=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B005A is #C4FFA5. Grayscale: #1B1B1B. Windows color (decimal): -12910502 or 5898299. OLE color: 5898299.

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

Color convert

RGB 59 0 90 -
CMYK 0.34 1 0 0.65
HSL 279.33º 1% 0.18% -
HSV(B) 279.33º 1% 0.35% -
XYZ 3.65 1.67 9.8 -
YUV 27.9 163.05 150.18 -
System Red Green Blue C M Y K H S L
Decimal 59 0 90 0.34 1 0 0.65 279.33 1 0.18
Hex 3B 0 5A 22 64 0 41 117 64 12
Octal 73 0 132 42 144 0 101 427 144 22
Binary 111011 0 1011010 100010 1100100 0 1000001 100010111 1100100 10010

Color Harmonies of #3B005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B005A

Black with #3B005A

Text Example


Text Example

White with #3B005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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