Html Css Color HEX #3D054F Blackcurrant

📋 copy color: '#3D054F'

red 61 ◦ green 5 ◦ blue 79

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

Shades of Blackcurrant #3D054F

Tints of Blackcurrant #3D054F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.45%

 BLUE value IS 79 (31.25% from 255) = 54.48%

R = 42.07%
G = 3.45%
B = 54.48%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D054F (or 0x3D054F) is known color: Blackcurrant. HEX triplet: 3D, 05 and 4F. RGB value is (61,5,79). Sum of RGB (Red+Green+Blue) = 61+5+79=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D054F is #C2FAB0. Grayscale: #1D1D1D. Windows color (decimal): -12778161 or 5178685. OLE color: 5178685.

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

Color convert

RGB 61 5 79 -
CMYK 0.23 0.94 0 0.69
HSL 285.41º 0.88% 0.16% -
HSV(B) 285.41º 0.94% 0.31% -
XYZ 3.39 1.67 7.54 -
YUV 30.18 155.55 149.98 -
System Red Green Blue C M Y K H S L
Decimal 61 5 79 0.23 0.94 0 0.69 285.41 0.88 0.16
Hex 3D 5 4F 17 5E 0 45 11D 58 10
Octal 75 5 117 27 136 0 105 435 130 20
Binary 111101 101 1001111 10111 1011110 0 1000101 100011101 1011000 10000

Color Harmonies of #3D054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D054F

Black with #3D054F

Text Example


Text Example

White with #3D054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,5,79); }

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

background-color css

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

 a { background-color: rgb(61,5,79); }

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

border-color css

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

 span { border-color: rgb(61,5,79); }

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