Html Css Color HEX #3D1648 Blackcurrant

📋 copy color: '#3D1648'

red 61 ◦ green 22 ◦ blue 72

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

Shades of Blackcurrant #3D1648

Tints of Blackcurrant #3D1648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.19%

 BLUE value IS 72 (28.52% from 255) = 46.45%

R = 39.35%
G = 14.19%
B = 46.45%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3D1648 (or 0x3D1648) is known color: Blackcurrant. HEX triplet: 3D, 16 and 48. RGB value is (61,22,72). Sum of RGB (Red+Green+Blue) = 61+22+72=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D1648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1648 is #C2E9B7. Grayscale: #272727. Windows color (decimal): -12773816 or 4724285. OLE color: 4724285.

HSL color Cylindrical-coordinate representation of color #3D1648: hue angle of 286.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D1648 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 61 22 72 -
CMYK 0.15 0.69 0 0.72
HSL 286.8º 0.53% 0.18% -
HSV(B) 286.8º 0.69% 0.28% -
XYZ 3.38 2.03 6.35 -
YUV 39.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 61 22 72 0.15 0.69 0 0.72 286.8 0.53 0.18
Hex 3D 16 48 F 45 0 48 11F 35 12
Octal 75 26 110 17 105 0 110 437 65 22
Binary 111101 10110 1001000 1111 1000101 0 1001000 100011111 110101 10010

Color Harmonies of #3D1648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1648

Black with #3D1648

Text Example


Text Example

White with #3D1648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,22,72); }

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

background-color css

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

 a { background-color: rgb(61,22,72); }

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

border-color css

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

 span { border-color: rgb(61,22,72); }

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