Html Css Color HEX #3D134D Blackcurrant

📋 copy color: '#3D134D'

red 61 ◦ green 19 ◦ blue 77

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

Shades of Blackcurrant #3D134D

Tints of Blackcurrant #3D134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

 BLUE value IS 77 (30.47% from 255) = 49.04%

R = 38.85%
G = 12.1%
B = 49.04%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3D134D (or 0x3D134D) is known color: Blackcurrant. HEX triplet: 3D, 13 and 4D. RGB value is (61,19,77). Sum of RGB (Red+Green+Blue) = 61+19+77=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D134D is #C2ECB2. Grayscale: #252525. Windows color (decimal): -12774579 or 5051197. OLE color: 5051197.

HSL color Cylindrical-coordinate representation of color #3D134D: hue angle of 283.45º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D134D is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 61 19 77 -
CMYK 0.21 0.75 0 0.70
HSL 283.45º 0.6% 0.19% -
HSV(B) 283.45º 0.75% 0.3% -
XYZ 3.5 1.99 7.22 -
YUV 38.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 61 19 77 0.21 0.75 0 0.70 283.45 0.6 0.19
Hex 3D 13 4D 15 4B 0 46 11B 3C 13
Octal 75 23 115 25 113 0 106 433 74 23
Binary 111101 10011 1001101 10101 1001011 0 1000110 100011011 111100 10011

Color Harmonies of #3D134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D134D

Black with #3D134D

Text Example


Text Example

White with #3D134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,19,77); }

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

background-color css

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

 a { background-color: rgb(61,19,77); }

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

border-color css

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

 span { border-color: rgb(61,19,77); }

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