Html Css Color HEX #3B144E Blackcurrant

📋 copy color: '#3B144E'

red 59 ◦ green 20 ◦ blue 78

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

Shades of Blackcurrant #3B144E

Tints of Blackcurrant #3B144E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.74%

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

R = 37.58%
G = 12.74%
B = 49.68%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B144E (or 0x3B144E) is known color: Blackcurrant. HEX triplet: 3B, 14 and 4E. RGB value is (59,20,78). Sum of RGB (Red+Green+Blue) = 59+20+78=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B144E is #C4EBB1. Grayscale: #262626. Windows color (decimal): -12905394 or 5116987. OLE color: 5116987.

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

Color convert

RGB 59 20 78 -
CMYK 0.24 0.74 0 0.69
HSL 280.34º 0.59% 0.19% -
HSV(B) 280.34º 0.74% 0.31% -
XYZ 3.43 1.98 7.41 -
YUV 38.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 59 20 78 0.24 0.74 0 0.69 280.34 0.59 0.19
Hex 3B 14 4E 18 4A 0 45 118 3B 13
Octal 73 24 116 30 112 0 105 430 73 23
Binary 111011 10100 1001110 11000 1001010 0 1000101 100011000 111011 10011

Color Harmonies of #3B144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B144E

Black with #3B144E

Text Example


Text Example

White with #3B144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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