Html Css Color HEX #3B074E Blackcurrant

📋 copy color: '#3B074E'

red 59 ◦ green 7 ◦ blue 78

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

Shades of Blackcurrant #3B074E

Tints of Blackcurrant #3B074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.86%

 BLUE value IS 78 (30.86% from 255) = 54.17%

R = 40.97%
G = 4.86%
B = 54.17%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B074E (or 0x3B074E) is known color: Blackcurrant. HEX triplet: 3B, 07 and 4E. RGB value is (59,7,78). Sum of RGB (Red+Green+Blue) = 59+7+78=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B074E is #C4F8B1. Grayscale: #1E1E1E. Windows color (decimal): -12908722 or 5113659. OLE color: 5113659.

HSL color Cylindrical-coordinate representation of color #3B074E: hue angle of 283.94º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B074E is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 7 78 -
CMYK 0.24 0.91 0 0.69
HSL 283.94º 0.84% 0.17% -
HSV(B) 283.94º 0.91% 0.31% -
XYZ 3.25 1.63 7.35 -
YUV 30.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 59 7 78 0.24 0.91 0 0.69 283.94 0.84 0.17
Hex 3B 7 4E 18 5B 0 45 11C 54 11
Octal 73 7 116 30 133 0 105 434 124 21
Binary 111011 111 1001110 11000 1011011 0 1000101 100011100 1010100 10001

Color Harmonies of #3B074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B074E

Black with #3B074E

Text Example


Text Example

White with #3B074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,7,78); }

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

background-color css

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

 a { background-color: rgb(59,7,78); }

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

border-color css

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

 span { border-color: rgb(59,7,78); }

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