Html Css Color HEX #3D164E Blackcurrant

📋 copy color: '#3D164E'

red 61 ◦ green 22 ◦ blue 78

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

Shades of Blackcurrant #3D164E

Tints of Blackcurrant #3D164E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.66%

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

R = 37.89%
G = 13.66%
B = 48.45%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D164E (or 0x3D164E) is known color: Blackcurrant. HEX triplet: 3D, 16 and 4E. RGB value is (61,22,78). Sum of RGB (Red+Green+Blue) = 61+22+78=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D164E is #C2E9B1. Grayscale: #272727. Windows color (decimal): -12773810 or 5117501. OLE color: 5117501.

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

Color convert

RGB 61 22 78 -
CMYK 0.22 0.72 0 0.69
HSL 281.79º 0.56% 0.2% -
HSV(B) 281.79º 0.72% 0.31% -
XYZ 3.59 2.12 7.43 -
YUV 40.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 61 22 78 0.22 0.72 0 0.69 281.79 0.56 0.2
Hex 3D 16 4E 16 48 0 45 11A 38 14
Octal 75 26 116 26 110 0 105 432 70 24
Binary 111101 10110 1001110 10110 1001000 0 1000101 100011010 111000 10100

Color Harmonies of #3D164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D164E

Black with #3D164E

Text Example


Text Example

White with #3D164E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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