Html Css Color HEX #3D154D Blackcurrant

📋 copy color: '#3D154D'

red 61 ◦ green 21 ◦ blue 77

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

Shades of Blackcurrant #3D154D

Tints of Blackcurrant #3D154D

RGB

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

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

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

R = 38.36%
G = 13.21%
B = 48.43%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3D154D (or 0x3D154D) is known color: Blackcurrant. HEX triplet: 3D, 15 and 4D. RGB value is (61,21,77). Sum of RGB (Red+Green+Blue) = 61+21+77=159 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.36% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D154D is #C2EAB2. Grayscale: #272727. Windows color (decimal): -12774067 or 5051709. OLE color: 5051709.

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

Color convert

RGB 61 21 77 -
CMYK 0.21 0.73 0 0.70
HSL 282.86º 0.57% 0.19% -
HSV(B) 282.86º 0.73% 0.3% -
XYZ 3.53 2.06 7.23 -
YUV 39.34 149.25 143.45 -
System Red Green Blue C M Y K H S L
Decimal 61 21 77 0.21 0.73 0 0.70 282.86 0.57 0.19
Hex 3D 15 4D 15 49 0 46 11B 39 13
Octal 75 25 115 25 111 0 106 433 71 23
Binary 111101 10101 1001101 10101 1001001 0 1000110 100011011 111001 10011

Color Harmonies of #3D154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D154D

Black with #3D154D

Text Example


Text Example

White with #3D154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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