Html Css Color HEX #3D0050 Blackcurrant

📋 copy color: '#3D0050'

red 61 ◦ green 0 ◦ blue 80

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

Shades of Blackcurrant #3D0050

Tints of Blackcurrant #3D0050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 56.74%

R = 43.26%
G = 0%
B = 56.74%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D0050 (or 0x3D0050) is known color: Blackcurrant. HEX triplet: 3D, 00 and 50. RGB value is (61,0,80). Sum of RGB (Red+Green+Blue) = 61+0+80=141 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.26% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D0050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0050 is #C2FFAF. Grayscale: #1B1B1B. Windows color (decimal): -12779440 or 5242941. OLE color: 5242941.

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

Color convert

RGB 61 0 80 -
CMYK 0.24 1 0 0.69
HSL 285.75º 1% 0.16% -
HSV(B) 285.75º 1% 0.31% -
XYZ 3.37 1.57 7.71 -
YUV 27.36 157.71 152 -
System Red Green Blue C M Y K H S L
Decimal 61 0 80 0.24 1 0 0.69 285.75 1 0.16
Hex 3D 0 50 18 64 0 45 11E 64 10
Octal 75 0 120 30 144 0 105 436 144 20
Binary 111101 0 1010000 11000 1100100 0 1000101 100011110 1100100 10000

Color Harmonies of #3D0050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0050

Black with #3D0050

Text Example


Text Example

White with #3D0050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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