Html Css Color HEX #3D0350 Blackcurrant

📋 copy color: '#3D0350'

red 61 ◦ green 3 ◦ blue 80

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

Shades of Blackcurrant #3D0350

Tints of Blackcurrant #3D0350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

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

R = 42.36%
G = 2.08%
B = 55.56%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D0350 (or 0x3D0350) is known color: Blackcurrant. HEX triplet: 3D, 03 and 50. RGB value is (61,3,80). Sum of RGB (Red+Green+Blue) = 61+3+80=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D0350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0350 is #C2FCAF. Grayscale: #1C1C1C. Windows color (decimal): -12778672 or 5243709. OLE color: 5243709.

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

Color convert

RGB 61 3 80 -
CMYK 0.24 0.96 0 0.69
HSL 285.19º 0.93% 0.16% -
HSV(B) 285.19º 0.96% 0.31% -
XYZ 3.4 1.64 7.73 -
YUV 29.12 156.72 150.74 -
System Red Green Blue C M Y K H S L
Decimal 61 3 80 0.24 0.96 0 0.69 285.19 0.93 0.16
Hex 3D 3 50 18 60 0 45 11D 5D 10
Octal 75 3 120 30 140 0 105 435 135 20
Binary 111101 11 1010000 11000 1100000 0 1000101 100011101 1011101 10000

Color Harmonies of #3D0350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0350

Black with #3D0350

Text Example


Text Example

White with #3D0350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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