Html Css Color HEX #3D025A Blackcurrant

📋 copy color: '#3D025A'

red 61 ◦ green 2 ◦ blue 90

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

Shades of Blackcurrant #3D025A

Tints of Blackcurrant #3D025A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.31%

 BLUE value IS 90 (35.55% from 255) = 58.82%

R = 39.87%
G = 1.31%
B = 58.82%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3D025A (or 0x3D025A) is known color: Blackcurrant. HEX triplet: 3D, 02 and 5A. RGB value is (61,2,90). Sum of RGB (Red+Green+Blue) = 61+2+90=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D025A is #C2FDA5. Grayscale: #1D1D1D. Windows color (decimal): -12778918 or 5898813. OLE color: 5898813.

HSL color Cylindrical-coordinate representation of color #3D025A: hue angle of 280.23º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D025A is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 2 90 -
CMYK 0.32 0.98 0 0.65
HSL 280.23º 0.96% 0.18% -
HSV(B) 280.23º 0.98% 0.35% -
XYZ 3.79 1.77 9.82 -
YUV 29.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 61 2 90 0.32 0.98 0 0.65 280.23 0.96 0.18
Hex 3D 2 5A 20 62 0 41 118 60 12
Octal 75 2 132 40 142 0 101 430 140 22
Binary 111101 10 1011010 100000 1100010 0 1000001 100011000 1100000 10010

Color Harmonies of #3D025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D025A

Black with #3D025A

Text Example


Text Example

White with #3D025A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,2,90); }

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

background-color css

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

 a { background-color: rgb(61,2,90); }

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

border-color css

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

 span { border-color: rgb(61,2,90); }

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