Html Css Color HEX #3D1248 Blackcurrant

📋 copy color: '#3D1248'

red 61 ◦ green 18 ◦ blue 72

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

Shades of Blackcurrant #3D1248

Tints of Blackcurrant #3D1248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.92%

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

R = 40.4%
G = 11.92%
B = 47.68%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3D1248 (or 0x3D1248) is known color: Blackcurrant. HEX triplet: 3D, 12 and 48. RGB value is (61,18,72). Sum of RGB (Red+Green+Blue) = 61+18+72=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D1248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1248 is #C2EDB7. Grayscale: #242424. Windows color (decimal): -12774840 or 4723261. OLE color: 4723261.

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

Color convert

RGB 61 18 72 -
CMYK 0.15 0.75 0 0.72
HSL 287.78º 0.6% 0.18% -
HSV(B) 287.78º 0.75% 0.28% -
XYZ 3.31 1.89 6.32 -
YUV 37.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 61 18 72 0.15 0.75 0 0.72 287.78 0.6 0.18
Hex 3D 12 48 F 4B 0 48 120 3C 12
Octal 75 22 110 17 113 0 110 440 74 22
Binary 111101 10010 1001000 1111 1001011 0 1001000 100100000 111100 10010

Color Harmonies of #3D1248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1248

Black with #3D1248

Text Example


Text Example

White with #3D1248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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