Html Css Color HEX #3D124E Blackcurrant

📋 copy color: '#3D124E'

red 61 ◦ green 18 ◦ blue 78

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

Shades of Blackcurrant #3D124E

Tints of Blackcurrant #3D124E

RGB

 RED value IS 61 (24.22% from 255) = 38.85%

 GREEN value IS 18 (7.42% from 255) = 11.46%

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

R = 38.85%
G = 11.46%
B = 49.68%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D124E (or 0x3D124E) is known color: Blackcurrant. HEX triplet: 3D, 12 and 4E. RGB value is (61,18,78). Sum of RGB (Red+Green+Blue) = 61+18+78=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 18 (7.42% from 255 or 11.46% 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 #3D124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D124E is #C2EDB1. Grayscale: #252525. Windows color (decimal): -12774834 or 5116477. OLE color: 5116477.

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

Color convert

RGB 61 18 78 -
CMYK 0.22 0.77 0 0.69
HSL 283º 0.63% 0.19% -
HSV(B) 283º 0.77% 0.31% -
XYZ 3.52 1.97 7.4 -
YUV 37.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 61 18 78 0.22 0.77 0 0.69 283 0.63 0.19
Hex 3D 12 4E 16 4D 0 45 11B 3E 13
Octal 75 22 116 26 115 0 105 433 76 23
Binary 111101 10010 1001110 10110 1001101 0 1000101 100011011 111110 10011

Color Harmonies of #3D124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D124E

Black with #3D124E

Text Example


Text Example

White with #3D124E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,18,78); }

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

background-color css

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

 a { background-color: rgb(61,18,78); }

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

border-color css

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

 span { border-color: rgb(61,18,78); }

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