Html Css Color HEX #3B154E Blackcurrant

📋 copy color: '#3B154E'

red 59 ◦ green 21 ◦ blue 78

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

Shades of Blackcurrant #3B154E

Tints of Blackcurrant #3B154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.29%

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

R = 37.34%
G = 13.29%
B = 49.37%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B154E (or 0x3B154E) is known color: Blackcurrant. HEX triplet: 3B, 15 and 4E. RGB value is (59,21,78). Sum of RGB (Red+Green+Blue) = 59+21+78=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B154E is #C4EAB1. Grayscale: #262626. Windows color (decimal): -12905138 or 5117243. OLE color: 5117243.

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

Color convert

RGB 59 21 78 -
CMYK 0.24 0.73 0 0.69
HSL 280º 0.58% 0.19% -
HSV(B) 280º 0.73% 0.31% -
XYZ 3.45 2.02 7.42 -
YUV 38.86 150.09 142.37 -
System Red Green Blue C M Y K H S L
Decimal 59 21 78 0.24 0.73 0 0.69 280 0.58 0.19
Hex 3B 15 4E 18 49 0 45 118 3A 13
Octal 73 25 116 30 111 0 105 430 72 23
Binary 111011 10101 1001110 11000 1001001 0 1000101 100011000 111010 10011

Color Harmonies of #3B154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B154E

Black with #3B154E

Text Example


Text Example

White with #3B154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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