Html Css Color HEX #3D144A Blackcurrant

📋 copy color: '#3D144A'

red 61 ◦ green 20 ◦ blue 74

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

Shades of Blackcurrant #3D144A

Tints of Blackcurrant #3D144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 47.74%

R = 39.35%
G = 12.9%
B = 47.74%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3D144A (or 0x3D144A) is known color: Blackcurrant. HEX triplet: 3D, 14 and 4A. RGB value is (61,20,74). Sum of RGB (Red+Green+Blue) = 61+20+74=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #3D144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D144A is #C2EBB5. Grayscale: #262626. Windows color (decimal): -12774326 or 4854845. OLE color: 4854845.

HSL color Cylindrical-coordinate representation of color #3D144A: hue angle of 285.56º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D144A is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 20 74 -
CMYK 0.18 0.73 0 0.71
HSL 285.56º 0.57% 0.18% -
HSV(B) 285.56º 0.73% 0.29% -
XYZ 3.41 1.99 6.68 -
YUV 38.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 61 20 74 0.18 0.73 0 0.71 285.56 0.57 0.18
Hex 3D 14 4A 12 49 0 47 11E 39 12
Octal 75 24 112 22 111 0 107 436 71 22
Binary 111101 10100 1001010 10010 1001001 0 1000111 100011110 111001 10010

Color Harmonies of #3D144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D144A

Black with #3D144A

Text Example


Text Example

White with #3D144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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