Html Css Color HEX #3D0247 Blackcurrant

📋 copy color: '#3D0247'

red 61 ◦ green 2 ◦ blue 71

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

Shades of Blackcurrant #3D0247

Tints of Blackcurrant #3D0247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 52.99%

R = 45.52%
G = 1.49%
B = 52.99%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3D0247 (or 0x3D0247) is known color: Blackcurrant. HEX triplet: 3D, 02 and 47. RGB value is (61,2,71). Sum of RGB (Red+Green+Blue) = 61+2+71=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D0247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0247 is #C2FDB8. Grayscale: #1B1B1B. Windows color (decimal): -12778937 or 4653629. OLE color: 4653629.

HSL color Cylindrical-coordinate representation of color #3D0247: hue angle of 291.3º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D0247 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 61 2 71 -
CMYK 0.14 0.97 0 0.72
HSL 291.3º 0.95% 0.14% -
HSV(B) 291.3º 0.97% 0.28% -
XYZ 3.08 1.49 6.09 -
YUV 27.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 61 2 71 0.14 0.97 0 0.72 291.3 0.95 0.14
Hex 3D 2 47 E 61 0 48 123 5F E
Octal 75 2 107 16 141 0 110 443 137 16
Binary 111101 10 1000111 1110 1100001 0 1001000 100100011 1011111 1110

Color Harmonies of #3D0247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0247

Black with #3D0247

Text Example


Text Example

White with #3D0247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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