#3D1348

Color #3D1348 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #3D1348

Tints of Blackcurrant #3D1348

Color information

#3D1348 (or 0x3D1348) is unknown color: approx Blackcurrant. HEX triplet: 3D, 13 and 48. RGB value is (61,19,72). Sum of RGB (Red+Green+Blue) = 61+19+72=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1348 is #C2ECB7. Grayscale: #252525. Windows color (decimal): -12774584 or 4723517. OLE color: 4723517.

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

Color convert

RGB611972-
CMYK0.150.7400.72
HSL287.55º58.24%17.84%-
HSV(B)287.55º73.61%28.24%-
XYZ3.331.936.33-
YUV37.6147.41144.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.13%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 72 (28.52% from 255) = 47.37%
R=40.13%
G=12.5%
B=47.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6119720.150.7400.72287.5558.2417.84
Hex3D1348F4A0481203a12
Octal75231101711201104407222
Binary111101100111001000111110010100100100010010000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D1348;
 }
 .AnyTagClassName
 {
   color: #3D1348;
 }
</style>
background-color css

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

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

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

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

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

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