Html Css Color HEX #3D004E Blackcurrant

📋 copy color: '#3D004E'

red 61 ◦ green 0 ◦ blue 78

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

Shades of Blackcurrant #3D004E

Tints of Blackcurrant #3D004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.88%
G = 0%
B = 56.12%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D004E (or 0x3D004E) is known color: Blackcurrant. HEX triplet: 3D, 00 and 4E. RGB value is (61,0,78). Sum of RGB (Red+Green+Blue) = 61+0+78=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 78 (30.86% from 255 or 56.12% from 139); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D004E is #C2FFB1. Grayscale: #1A1A1A. Windows color (decimal): -12779442 or 5111869. OLE color: 5111869.

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

Color convert

RGB 61 0 78 -
CMYK 0.22 1 0 0.69
HSL 286.92º 1% 0.15% -
HSV(B) 286.92º 1% 0.31% -
XYZ 3.3 1.54 7.33 -
YUV 27.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 61 0 78 0.22 1 0 0.69 286.92 1 0.15
Hex 3D 0 4E 16 64 0 45 11F 64 F
Octal 75 0 116 26 144 0 105 437 144 17
Binary 111101 0 1001110 10110 1100100 0 1000101 100011111 1100100 1111

Color Harmonies of #3D004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D004E

Black with #3D004E

Text Example


Text Example

White with #3D004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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