Html Css Color HEX #3D144C Blackcurrant

📋 copy color: '#3D144C'

red 61 ◦ green 20 ◦ blue 76

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

Shades of Blackcurrant #3D144C

Tints of Blackcurrant #3D144C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 48.41%

R = 38.85%
G = 12.74%
B = 48.41%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3D144C (or 0x3D144C) is known color: Blackcurrant. HEX triplet: 3D, 14 and 4C. RGB value is (61,20,76). Sum of RGB (Red+Green+Blue) = 61+20+76=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D144C is #C2EBB3. Grayscale: #262626. Windows color (decimal): -12774324 or 4985917. OLE color: 4985917.

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

Color convert

RGB 61 20 76 -
CMYK 0.20 0.74 0 0.70
HSL 283.93º 0.58% 0.19% -
HSV(B) 283.93º 0.74% 0.3% -
XYZ 3.48 2.01 7.04 -
YUV 38.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 61 20 76 0.20 0.74 0 0.70 283.93 0.58 0.19
Hex 3D 14 4C 14 4A 0 46 11C 3A 13
Octal 75 24 114 24 112 0 106 434 72 23
Binary 111101 10100 1001100 10100 1001010 0 1000110 100011100 111010 10011

Color Harmonies of #3D144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D144C

Black with #3D144C

Text Example


Text Example

White with #3D144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,20,76); }

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

background-color css

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

 a { background-color: rgb(61,20,76); }

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

border-color css

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

 span { border-color: rgb(61,20,76); }

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